- begin
void begin(ulong )
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(SuiteResult suite)
Undocumented in source. Be warned that the author may not have intended to support it.
- clearProgress
void clearProgress()
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(SuiteResult 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.
- removeCue
void removeCue(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
A flavour of the "spec" reporter that show the progress of long tests. This works well with the parallel runner. If you are using the stats reporters, you will see a countdown for how long you need to wait until the test is finished.