|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A TestListener is an object that is responsible for recording
the testing result. A custom test listener allows user to record the testing
result on custom media in custom format.
| Field Summary | |
static TestListener |
DUMMY_LISTENER
A dummy listener do nothing, and all information received by this listener are gone to a black hole. |
| Method Summary | |
void |
beginSuite(String name,
long timestamp)
Recieve notification of the beginning of a suite |
void |
endCase(CaseResult result)
Receive notification of the end of a test case. |
void |
endSuite(long timestamp)
Receive notification of the end of a suite. |
| Field Detail |
public static final TestListener DUMMY_LISTENER
| Method Detail |
public void beginSuite(String name,
long timestamp)
name - the name of the suite.timestamp - the time stamp of the beginningpublic void endCase(CaseResult result)
result - result object of the test case.public void endSuite(long timestamp)
timestamp - the time stamp of the endding
|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||