TestCase

Class from which other test cases derive

Members

Functions

collectOutput
string collectOutput()

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

name
string name()

The name of the test case.

numTestsRun
ulong numTestsRun()

The number of tests to run.

opCall
string[] opCall()

Executes the test.

test
void test()

Run the test case.

Meta