trial.reporters.stats

A module containing the StatsReporter

Members

Classes

StatStorage
class StatStorage
StatsReporter
class StatsReporter

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.

Functions

find
Stat find(StatStorage storage, const(string) name)
Undocumented in source. Be warned that the author may not have intended to support it.
statsFromFile
StatStorage statsFromFile(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
toCsv
string toCsv(const(StatStorage) storage)
Undocumented in source. Be warned that the author may not have intended to support it.
toStatStorage
StatStorage toStatStorage(const(string) data)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Stat
struct Stat

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Szabo Bogdan