dyaml ~master (2022-04-27T14:57:33Z)
Home
Dub
Repo
TestResult
dyaml
testsuite
Undocumented in source.
struct
TestResult {
string
name
;
TestState
state
;
string
failMsg
;
void
toString
(OutputRange writer);
}
Members
Functions
toString
void
toString
(OutputRange writer)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
failMsg
string
failMsg
;
Undocumented in source.
name
string
name
;
Undocumented in source.
state
TestState
state
;
Undocumented in source.
Meta
Source
See Implementation
dyaml
testsuite
enums
TestState
functions
dumpEventString
main
runTests
structs
TestResult