unit-threaded ~parametrised_types_bug (2022-05-28T13:44:58.6264052)
Dub
Repo
TestData
unit_threaded
reflection
Undocumented in source.
struct
TestData {
string
name
;
TestFunction
testFunction
;
bool
hidden
;
bool
shouldFail
;
bool
singleThreaded
;
bool
builtin
;
string
suffix
;
string
[]
tags
;
TypeInfo
exceptionTypeInfo
;
string
getPath
();
bool
isTestClass
();
}
Members
Functions
getPath
string
getPath
()
Undocumented in source. Be warned that the author may not have intended to support it.
isTestClass
bool
isTestClass
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
builtin
bool
builtin
;
Undocumented in source.
exceptionTypeInfo
TypeInfo
exceptionTypeInfo
;
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
;
only used for functions, null for classes
Meta
Source
See Implementation
unit_threaded
reflection
aliases
TestFunction
functions
allTestData
moduleTestClasses
moduleTestFunctions
moduleUnitTests
tagsFromAttrs
structs
TestData