Package net.minecraft.gametest.framework
Class TeamcityTestReporter
java.lang.Object
net.minecraft.gametest.framework.TeamcityTestReporter
- All Implemented Interfaces:
 TestReporter
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidonTestFailed(GameTestInfo p_177783_) voidonTestSuccess(GameTestInfo p_177785_) 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 - 
ESCAPER
private static final com.google.common.escape.Escaper ESCAPER 
 - 
 - 
Constructor Details
- 
TeamcityTestReporter
public TeamcityTestReporter() 
 - 
 - 
Method Details
- 
onTestFailed
- Specified by:
 onTestFailedin interfaceTestReporter
 - 
onTestSuccess
- Specified by:
 onTestSuccessin interfaceTestReporter
 
 -