SpecStepsReporter

A flavour of the "spec" reporter that show the tests and the steps of your tests.

Constructors

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

Members

Functions

begin
void begin(SuiteResult suite)
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.
begin
void begin(string suite, string test, StepResult s)
Undocumented in source. Be warned that the author may not have intended to support it.
end
void end(SuiteResult )
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.
end
void end(string suite, string test, StepResult )
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.

From ISuiteLifecycleListener

begin
void begin(SuiteResult )

Called before a suite execution

end
void end(SuiteResult )

Called after a suite execution

From IStepLifecycleListener

begin
void begin(string suite, string test, StepResult )

Called before a step begins

end
void end(string suite, string test, StepResult )

Called after a step ended

Meta