- 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 step)
Undocumented in source. Be warned that the author may not have intended to support it.
- begin
void begin(ulong )
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.
- end
void end(string suite, string test, StepResult step)
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.
- update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
The stats reporter creates a csv file with the duration and the result of all your steps and tests. It's usefull to use it with other reporters, like spec progress.