|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Listener for test progress.
Method Summary | |
void |
addError(Test test,
java.lang.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. |
Method Detail |
public void addError(Test test, java.lang.Throwable t)
test
- the test to addt
- the exception to be addedpublic void addFailure(Test test, AssertionFailedError t)
test
- the test to addt
- the exception to be addedpublic void endTest(Test test)
test
- the test to addpublic void startTest(Test test)
test
- the test to add
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |