TestRunner

Undocumented in source.

Members

Functions

generateJUnit
void generateJUnit()
Undocumented in source. Be warned that the author may not have intended to support it.
match
bool match(string a, string b)
Undocumented in source. Be warned that the author may not have intended to support it.
runTests
void runTests(string[] include, string[] exclude)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(string txt)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(double num)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(uint num)
Undocumented in source. Be warned that the author may not have intended to support it.
writeFile
void writeFile()
Undocumented in source. Be warned that the author may not have intended to support it.
writeOutput
void writeOutput()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

failed
uint failed;
Undocumented in source.
junit
SimpleVector junit;
Undocumented in source.
passed
uint passed;
Undocumented in source.
skipped
uint skipped;
Undocumented in source.
suites
TestSuite[Args.length] suites;
Undocumented in source.

Meta