TestCase

Class from which other test cases derive

class TestCase {
TestCase currentTest;
Output _output;
}

Members

Functions

getPath
string getPath()
numTestsRun
ulong numTestsRun()

Certain child classes override this

opCall
string[] opCall()

Executes the test.

Meta