The following tables list the members exposed by ITestListener.
| Name | Description | |
|---|---|---|
![]() | RunFinished | Called before the launch of the last test. |
![]() | RunStarted | Called before the launch of the first test. |
![]() | SuiteFinished | Called after the of the group of tests passed. |
![]() | SuiteStarted | Called before the launch of the group of tests. |
![]() | TestFinished | Called after the test with specified result is passed. |
![]() | TestStarted | Called before the launch of the specific test. |
