JsonTestResultWriter

Outputs test results and instrumentation values

Constructors

this
this(string filename)
Undocumented in source.

Members

Functions

addScalar
void addScalar(Duration timestamp, string name, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
beginTest
void beginTest(string name, string qualified_name)
Undocumented in source. Be warned that the author may not have intended to support it.
endTest
void endTest(Duration timestamp, Throwable error)
Undocumented in source. Be warned that the author may not have intended to support it.
finalize
void finalize()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TestResultWriter

finalize
void finalize()
Undocumented in source.
beginTest
void beginTest(string name, string qualified_name)
Undocumented in source.
addScalar
void addScalar(Duration timestamp, string name, double value)
Undocumented in source.
endTest
void endTest(Duration timestamp, Throwable error)
Undocumented in source.

Meta