Package net.minecraft.test
Class TeamCityTestCompletionListener
java.lang.Object
net.minecraft.test.TeamCityTestCompletionListener
- All Implemented Interfaces:
- TestCompletionListener
- Mappings:
- Namespace - Name - official - ox- intermediary - net/minecraft/class_6308- named - net/minecraft/test/TeamCityTestCompletionListener
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonTestFailed(GameTestState test) voidonTestPassed(GameTestState test) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.test.TestCompletionListeneronStopped
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER- Mappings:
- Namespace - Name - Mixin selector - official - a- Lox;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- Lox;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- 
TeamCityTestCompletionListenerpublic TeamCityTestCompletionListener()
 
- 
- 
Method Details- 
onTestFailed- Specified by:
- onTestFailedin interface- TestCompletionListener
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lpc;a(Loj;)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:
- onTestPassedin interface- TestCompletionListener
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lpc;b(Loj;)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
 
 
-