trial ~master (2021-03-31T18:29:59Z)
Home
Dub
Repo
XUnitSuiteXml
trial
reporters
xunit
Undocumented in source.
struct
XUnitSuiteXml {
SuiteResult
result
;
string
uuid
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Converts the suiteResult to a xml string
Variables
result
SuiteResult
result
;
The suite result
uuid
string
uuid
;
The suite id
Meta
Source
See Implementation
trial
reporters
xunit
classes
XUnitReporter
structs
XUnitSuiteXml
XUnitTestXml