Add a listener to the collection
Send the attachment to all listeners
Send the begin run event to all listeners
Send the begin suite event to all listeners
Send the begin test event to all listeners
Send the begin step event to all listeners
Send the begin execution with the test case list to the executor listener
Send the end runer event to all listeners
Send the end suite event to all listeners
Send the end test event to all listeners
Send the end step event to all listeners
Send the end execution the executor listener
Send the execute test to the executor listener
Send the update event to all listeners
True if the tests are being executed
Return an unique name for the current running test. If there is no test running it will return an empty string
The global instange.
The lifecycle listeners collections. You must use this instance in order to extend the runner. You can have as many listeners as you want. The only restriction is for ITestExecutor, which has no sense to have more than one instance for a run