- Type
enum Type
Undocumented in source.
- failedTests
int failedTests;
Undocumented in source.
- lastSuiteName
string lastSuiteName;
Undocumented in source.
- writer
ReportWriter writer;
Undocumented in source.
- write
void write(string text, size_t spaces)
Undocumented in source. Be warned that the author may not have intended to support it.
- begin
void begin(string suite, TestResult test)
Undocumented in source. Be warned that the author may not have intended to support it.
- printSuite
auto printSuite(string suite)
Undocumented in source. Be warned that the author may not have intended to support it.
- end
void end(string suite, TestResult test)
Undocumented in source. Be warned that the author may not have intended to support it.
The list reporter outputs a simple specifications list as test cases pass or fail