unit-threaded v0.4.8 (2015-05-11T16:22:16Z)
Home
Dub
Repo
TestData
unit_threaded
reflection
Undocumented in source.
struct
TestData {
string
name
;
bool
hidden
;
bool
shouldFail
;
TestFunction
testFunction
;
bool
singleThreaded
;
bool
builtin
;
}
Members
Variables
builtin
bool
builtin
;
Undocumented in source.
hidden
bool
hidden
;
Undocumented in source.
name
string
name
;
Undocumented in source.
shouldFail
bool
shouldFail
;
Undocumented in source.
singleThreaded
bool
singleThreaded
;
Undocumented in source.
testFunction
TestFunction
testFunction
;
only used for functions, null for classes
Meta
Source
See Implementation
unit_threaded
reflection
aliases
TestFunction
functions
allTestCaseData
moduleTestClasses
moduleTestFunctions
moduleUnitTests
structs
TestData