unit-threaded v0.2.2 (2013-11-16T09:48:19Z)
Home
Dub
Repo
TestResult
unit_threaded
testcase
Undocumented in source.
struct
TestResult {
immutable
bool
failed
;
immutable
string
output
;
}
Members
Variables
failed
bool
failed
;
Undocumented in source.
output
string
output
;
Undocumented in source.
Meta
Source
See Implementation
unit_threaded
testcase
classes
TestCase
structs
TestResult