ListReporter

The list reporter outputs a simple specifications list as test cases pass or fail

Constructors

this
this(Settings settings)
Undocumented in source.
this
this(ReportWriter writer)
Undocumented in source.

Members

Functions

begin
void begin(string suite, TestResult )
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.

Inherited Members

From SpecReporter

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.

Meta