dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
TestData
unit_threaded
reflection
struct
TestData {
string
name
;
TestFunction
testFunction
;
bool
hidden
;
bool
shouldFail
;
bool
singleThreaded
;
bool
builtin
;
string
suffix
;
string
[]
tags
;
TypeInfo
exceptionTypeInfo
;
int
flakyRetries
;
}
Members
Variables
testFunction
TestFunction
testFunction
;
only used for functions, null for classes
Meta
Source
See Implementation
unit_threaded
reflection
aliases
TestFunction
functions
allTestData
moduleTestClasses
moduleTestFunctions
moduleUnitTests
structs
TestData