Package org.testng
Interface ISuiteListener
- All Superinterfaces:
ITestNGListener
Listener for test suites.
-
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
-