public interface ISuiteListener extends ITestNGListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onFinish(ISuite suite)
This method is invoked after the SuiteRunner has run all the tests in the suite.
|
default void |
onStart(ISuite suite)
This method is invoked before the SuiteRunner starts.
|