Interface ITestExecutor
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
interface ITestExecutor
;
Methods
Name | Description |
---|---|
beginExecution
()
|
Called before all tests were discovered and they are ready to be executed |
endExecution
()
|
Called when there is no more test to be executed |
execute
()
|
Run a particullary test case |