TestCase

Class from which other test cases derive

Members

Functions

getPath
string getPath()
getWriter
Output getWriter()
Undocumented in source. Be warned that the author may not have intended to support it.
numTestsRun
ulong numTestsRun()

Certain child classes override this

opCall
string[] opCall()

Executes the test.

quiet
void quiet()
Undocumented in source. Be warned that the author may not have intended to support it.
setOutput
void setOutput(Output output)
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.
shouldFail
bool shouldFail()
Undocumented in source. Be warned that the author may not have intended to support it.
showChrono
void showChrono()
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.
silence
void silence()
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test()
Undocumented in source.

Static variables

currentTest
TestCase currentTest;
Undocumented in source.

Variables

_output
Output _output;
Undocumented in source.

Meta