static class TestCommand.Listener extends Object implements TestListener
| Modifier and Type | Field and Description |
|---|---|
private TestSet |
tests |
private ServerWorld |
world |
| Constructor and Description |
|---|
Listener(ServerWorld world,
TestSet tests) |
private final ServerWorld world
private final TestSet tests
public Listener(ServerWorld world, TestSet tests)
public void onStarted(GameTest test)
onStarted in interface TestListenerpublic void onFailed(GameTest test)
onFailed in interface TestListener