|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestSuiteListener
A listener for TestSuite events. Currently only two events are tracked:
Method Summary | |
---|---|
void |
beginTestSuite(TestSuiteEvent event)
Gets called before the execution of a test suite |
void |
endTestSuite(TestSuiteEvent event)
Gets called after the execution of a test suite |
Method Detail |
---|
void beginTestSuite(TestSuiteEvent event)
event
- - a TestSuiteEvent Objectvoid endTestSuite(TestSuiteEvent event)
event
- - a TestSuiteEvent Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |