Package net.minecraft.gametest.framework
Class LogTestReporter
java.lang.Object
net.minecraft.gametest.framework.LogTestReporter
- All Implemented Interfaces:
- TestReporter
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonTestFailed(GameTestInfo p_127797_) voidonTestSuccess(GameTestInfo p_177676_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.gametest.framework.TestReporterfinish
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
 
- 
- 
Constructor Details- 
LogTestReporterpublic LogTestReporter()
 
- 
- 
Method Details- 
onTestFailed- Specified by:
- onTestFailedin interface- TestReporter
 
- 
onTestSuccess- Specified by:
- onTestSuccessin interface- TestReporter
 
 
-