Interface TestCompletionListener

All Known Implementing Classes:
FailureLoggingTestCompletionListener, TeamCityTestCompletionListener, XmlReportingTestCompletionListener

public interface TestCompletionListener
Mappings:
Namespace Name
official qi
intermediary net/minecraft/class_4531
named net/minecraft/test/TestCompletionListener
  • Method Details

    • onTestFailed

      void onTestFailed(GameTestState test)
      Mappings:
      Namespace Name Mixin selector
      official a Lqi;a(Lpp;)V
      intermediary method_22304 Lnet/minecraft/class_4531;method_22304(Lnet/minecraft/class_4517;)V
      named onTestFailed Lnet/minecraft/test/TestCompletionListener;onTestFailed(Lnet/minecraft/test/GameTestState;)V
    • onTestPassed

      void onTestPassed(GameTestState test)
      Mappings:
      Namespace Name Mixin selector
      official b Lqi;b(Lpp;)V
      intermediary method_33322 Lnet/minecraft/class_4531;method_33322(Lnet/minecraft/class_4517;)V
      named onTestPassed Lnet/minecraft/test/TestCompletionListener;onTestPassed(Lnet/minecraft/test/GameTestState;)V
    • onStopped

      default void onStopped()
      Mappings:
      Namespace Name Mixin selector
      official a Lqi;a()V
      intermediary method_36109 Lnet/minecraft/class_4531;method_36109()V
      named onStopped Lnet/minecraft/test/TestCompletionListener;onStopped()V