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