junit.framework
public interface TestListener
Method Summary | |
---|---|
void | addError(Test test, Throwable t)
An error occurred. |
void | addFailure(Test test, AssertionFailedError t)
A failure occurred. |
void | endTest(Test test)
A test ended. |
void | startTest(Test test)
A test started. |