Package org.testng
Interface ISuiteListener
- All Superinterfaces:
ITestNGListener
Listener for test suites.
- Author:
- Cedric Beust, Aug 6, 2004
-
Method Summary
-
Method Details
-
onStart
This method is invoked before the SuiteRunner starts.- Parameters:
suite
- The suite
-
onFinish
This method is invoked after the SuiteRunner has run all the tests in the suite.- Parameters:
suite
- The suite
-