ParallelExecutor

The parallel executors runs tests in a sepparate thread

Constructors

this
this(uint maxTestCount)
Undocumented in source.

Members

Functions

beginExecution
SuiteResult[] beginExecution(const(TestCase)[] tests)
Undocumented in source. Be warned that the author may not have intended to support it.
endExecution
SuiteResult[] endExecution()
Undocumented in source. Be warned that the author may not have intended to support it.
execute
SuiteResult[] execute(const(TestCase) testCase)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SuiteStats
struct SuiteStats
Undocumented in source.

Inherited Members

From ITestExecutor

beginExecution
SuiteResult[] beginExecution(const(TestCase)[] )

Called before all tests were discovered and they are ready to be executed

execute
SuiteResult[] execute(const(TestCase) )

Run a particullary test case

endExecution
SuiteResult[] endExecution()

Called when there is no more test to be executed

Meta