SpecReporter

This is the default reporter. The "spec" reporter outputs a hierarchical view nested just as the test cases are.

Constructors

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

Members

Enums

Type
enum Type
Undocumented in source.

Functions

begin
void begin(string suite, TestResult test)
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.
printSuite
auto printSuite(string suite)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(string text, size_t spaces)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

failedTests
int failedTests;
Undocumented in source.
lastSuiteName
string lastSuiteName;
Undocumented in source.
writer
ReportWriter writer;
Undocumented in source.

Inherited Members

From ITestCaseLifecycleListener

begin
void begin(string suite, TestResult )

Called before a test execution

end
void end(string suite, TestResult )
Undocumented in source.

Meta