unit-threaded v1.0.11 (2020-09-15T15:33:59Z)
Home
Dub
Repo
TestData
unit_threaded
runner
reflection
Attributes of each test.
struct
TestData {
string
name
;
TestFunction
testFunction
;
bool
hidden
;
bool
shouldFail
;
bool
singleThreaded
;
bool
builtin
;
string
suffix
;
string
[]
tags
;
TypeInfo
exceptionTypeInfo
;
int
flakyRetries
;
string
getPath
();
}
Members
Functions
getPath
string
getPath
()
The test's name
Variables
builtin
bool
builtin
;
Undocumented in source.
exceptionTypeInfo
TypeInfo
exceptionTypeInfo
;
Undocumented in source.
flakyRetries
int
flakyRetries
;
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.
suffix
string
suffix
;
Undocumented in source.
tags
string
[]
tags
;
Undocumented in source.
testFunction
TestFunction
testFunction
;
Undocumented in source.
Meta
Source
See Implementation
unit_threaded
runner
reflection
aliases
TestFunction
functions
allTestData
moduleUnitTests
tagsFromAttrs
structs
TestData
templates
TestNameFromAttr
Attributes of each test.