|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestRunListener
A listener for Test Run events. A Test Run is the action of running one or tests through the GUI or the command line. Currently the following two events are tracked:
Method Summary | |
---|---|
void |
beginTestRun(TestRunEvent event)
Gets called before the execution of a test run |
void |
endTestRun(TestRunEvent event)
Gets called after the execution of a test suite |
Method Detail |
---|
void beginTestRun(TestRunEvent event)
event
- - a TestRunEvent Objectvoid endTestRun(TestRunEvent event)
event
- - a TestRunEvent Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |