public interface TestListener
| Modifier and Type | Method and Description |
|---|---|
void |
failure(java.lang.String msg,
java.lang.Throwable failure) |
void |
runFinished() |
void |
runStarted() |
void |
testFailed(Test test,
java.lang.Throwable failure) |
void |
testStarted(Test test) |