Package net.minecraft.gametest.framework
Interface TestReporter
- All Known Implementing Classes:
 JUnitLikeTestReporter,LogTestReporter,TeamcityTestReporter
public interface TestReporter
- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidfinish()voidonTestFailed(GameTestInfo p_128100_) voidonTestSuccess(GameTestInfo p_177831_)  
- 
Method Details
- 
onTestFailed
 - 
onTestSuccess
 - 
finish
default void finish() 
 -