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 testInfo) voidonTestSuccess(GameTestInfo testInfo) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-