CompositeTestCase

A test case that contains other test cases.

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.

Inherited Members

From TestCase

name
string name()

The name of the test case.

opCall
string[] opCall()

Executes the test.

collectOutput
string collectOutput()

Collect this test's output so as to not interleave with output from other tests.

test
void test()

Run the test case.

numTestsRun
ulong numTestsRun()

The number of tests to run.

Meta