more.test

Undocumented in source.

Members

Functions

assertEqual
void assertEqual(string expected, string actual)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpTestResults
void dumpTestResults()
Undocumented in source. Be warned that the author may not have intended to support it.
endFailedTest
void endFailedTest(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
endPassedTest
void endPassedTest(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
startTest
void startTest(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
writeSection
void writeSection(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

innerBar
enum innerBar;
Undocumented in source.
outerBar
enum outerBar;
Undocumented in source.

Static variables

failTestCount
uint failTestCount;
Undocumented in source.
passTestCount
uint passTestCount;
Undocumented in source.

Templates

scopedTest
template scopedTest(string name)
Undocumented in source.

Meta