DotMatrixReporter

The dot matrix reporter is simply a series of characters which represent test cases. Failures highlight in red exclamation marks (!). Good if you prefer minimal output.

Constructors

this
this(DotMatrixGlyphs glyphs)
Undocumented in source.
this
this(ReportWriter writer)
Undocumented in source.

Members

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.

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