mir-yaml ~fix-ci (2022-04-25T23:28:20.634607)
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