Class ParallelExecutor

The parallel executors runs tests in a sepparate thread

class ParallelExecutor
  : ITestExecutor ;

Methods

NameDescription
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