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