Package net.minecraft.test
Interface TestCompletionListener
- All Known Implementing Classes:
FailureLoggingTestCompletionListener
,TeamCityTestCompletionListener
,XmlReportingTestCompletionListener
public interface TestCompletionListener
- Mappings:
Namespace Name official qx
intermediary net/minecraft/class_4531
named net/minecraft/test/TestCompletionListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
void
onTestFailed
(GameTestState test) void
onTestPassed
(GameTestState test)
-
Method Details
-
onTestFailed
- Mappings:
Namespace Name Mixin selector official a
Lqx;a(Lqe;)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
- Mappings:
Namespace Name Mixin selector official b
Lqx;b(Lqe;)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
Lqx;a()V
intermediary method_36109
Lnet/minecraft/class_4531;method_36109()V
named onStopped
Lnet/minecraft/test/TestCompletionListener;onStopped()V
-