TestSuite

Responsible for running tests

Constructors

this
this(TestCase[] tests)
Undocumented in source.

Members

Functions

run
double run(bool multiThreaded)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

numFailures
ulong numFailures [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
numTestsRun
ulong numTestsRun [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
passed
bool passed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta