Package net.minecraft.gametest.framework
Class LogTestReporter
java.lang.Object
net.minecraft.gametest.framework.LogTestReporter
- All Implemented Interfaces:
 TestReporter
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidonTestFailed(GameTestInfo p_127797_) voidonTestSuccess(GameTestInfo p_177676_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.gametest.framework.TestReporter
finish 
- 
Field Details
- 
LOGGER
private static final org.slf4j.Logger LOGGER 
 - 
 - 
Constructor Details
- 
LogTestReporter
public LogTestReporter() 
 - 
 - 
Method Details
- 
onTestFailed
- Specified by:
 onTestFailedin interfaceTestReporter
 - 
onTestSuccess
- Specified by:
 onTestSuccessin interfaceTestReporter
 
 -