CompositeTestCase

Undocumented in source.

Members

Functions

add
void add(TestCase t)
Undocumented in source. Be warned that the author may not have intended to support it.
numTestsRun
ulong numTestsRun()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
string[] opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(TestCase t)
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test()
Undocumented in source. Be warned that the author may not have intended to support it.
tests
TestCase[] tests()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TestCase

getPath
string getPath()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
string[] opCall()

Executes the test.

collectOutput
auto collectOutput()
Undocumented in source. Be warned that the author may not have intended to support it.
printToScreen
void printToScreen()
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test()
Undocumented in source.
numTestsRun
ulong numTestsRun()
Undocumented in source. Be warned that the author may not have intended to support it.
silence
void silence()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta