net.minecraft.gametest.framework

public interface GameTestListener

tt
net.minecraft.gametest.framework.GameTestListener
net.minecraft.class_4518
net.minecraft.test.TestListener
net.minecraft.gametest.framework.GameTestHarnessListener

Method summary

Modifier and TypeMethod
void
a(ts arg0)
testStructureLoaded(GameTestInfo arg0)
method_22188(class_4517 arg0)
onStarted(GameTestState test)
void
a(ts arg0, tv arg1)
testPassed(GameTestInfo arg0, GameTestRunner arg1)
method_33317(class_4517 arg0, class_4520 arg1)
onPassed(GameTestState test, TestRunContext context)
void
b(ts arg0, tv arg1)
testFailed(GameTestInfo arg0, GameTestRunner arg1)
method_22190(class_4517 arg0, class_4520 arg1)
onFailed(GameTestState test, TestRunContext context)
void
a(ts arg0, ts arg1, tv arg2)
testAddedForRerun(GameTestInfo arg0, GameTestInfo arg1, GameTestRunner arg2)
method_56216(class_4517 arg0, class_4517 arg1, class_4520 arg2)
onRetry(GameTestState prevState, GameTestState nextState, TestRunContext context)