Package net.minecraft.gametest.framework
Class TeamcityTestReporter
java.lang.Object
net.minecraft.gametest.framework.TeamcityTestReporter
- All Implemented Interfaces:
- TestReporter
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonTestFailed(GameTestInfo p_177783_) voidonTestSuccess(GameTestInfo p_177785_) 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
- 
ESCAPERprivate static final com.google.common.escape.Escaper ESCAPER
 
- 
- 
Constructor Details- 
TeamcityTestReporterpublic TeamcityTestReporter()
 
- 
- 
Method Details- 
onTestFailed- Specified by:
- onTestFailedin interface- TestReporter
 
- 
onTestSuccess- Specified by:
- onTestSuccessin interface- TestReporter
 
 
-