A Listener that can run tests. During the test execution can be used only one instance of this listance. After all the tests were executed the result of all three methods are concatenated and passed to ILifecycleListener.end(SuiteResult[])
Called before all tests were discovered and they are ready to be executed
Called when there is no more test to be executed
Run a particullary test case
See Implementation
A Listener that can run tests. During the test execution can be used only one instance of this listance. After all the tests were executed the result of all three methods are concatenated and passed to ILifecycleListener.end(SuiteResult[])