Package net.minecraft.test
Class TeamCityTestCompletionListener
java.lang.Object
net.minecraft.test.TeamCityTestCompletionListener
- All Implemented Interfaces:
TestCompletionListener
- Mappings:
Namespace Name official qk
intermediary net/minecraft/class_6308
named net/minecraft/test/TeamCityTestCompletionListener
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onTestFailed
(GameTestState test) void
onTestPassed
(GameTestState test) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.test.TestCompletionListener
onStopped
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Lqk;a:Lorg/slf4j/Logger;
intermediary field_33176
Lnet/minecraft/class_6308;field_33176:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/test/TeamCityTestCompletionListener;LOGGER:Lorg/slf4j/Logger;
-
ESCAPER
- Mappings:
Namespace Name Mixin selector official b
Lqk;b:Lcom/google/common/escape/Escaper;
intermediary field_33177
Lnet/minecraft/class_6308;field_33177:Lcom/google/common/escape/Escaper;
named ESCAPER
Lnet/minecraft/test/TeamCityTestCompletionListener;ESCAPER:Lcom/google/common/escape/Escaper;
-
-
Constructor Details
-
TeamCityTestCompletionListener
public TeamCityTestCompletionListener()
-
-
Method Details
-
onTestFailed
- Specified by:
onTestFailed
in interfaceTestCompletionListener
- Mappings:
Namespace Name Mixin selector official a
Lqp;a(Lpw;)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
- Specified by:
onTestPassed
in interfaceTestCompletionListener
- Mappings:
Namespace Name Mixin selector official b
Lqp;b(Lpw;)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
-