Package org.testng
Interface ISuiteListener
-
- All Superinterfaces:
ITestNGListener
public interface ISuiteListener extends ITestNGListener
Listener for test suites.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonFinish(ISuite suite)This method is invoked after the SuiteRunner has run all the tests in the suite.default voidonStart(ISuite suite)This method is invoked before the SuiteRunner starts.
-