trial ~master (2021-03-31T18:29:59Z)
Home
Dub
Repo
Stat
trial
reporters
stats
struct
Stat {
string
name
;
SysTime
begin
;
SysTime
end
;
TestResult
.
Status
status
;
SourceLocation
location
;
}
Members
Variables
begin
SysTime
begin
;
end
SysTime
end
;
location
SourceLocation
location
;
name
string
name
;
status
TestResult
.
Status
status
;
Meta
Source
See Implementation
trial
reporters
stats
classes
StatStorage
StatsReporter
functions
find
statsFromFile
toCsv
toStatStorage
structs
Stat