my v0.0.23 (2020-12-13T18:08:37Z)
Dub
Repo
Test
silly
Undocumented in source.
version(unittest)
struct
Test {
string
fullName
;
string
testName
;
TestLocation
location
;
void
function
()
ptr
;
}
Members
Variables
fullName
string
fullName
;
Undocumented in source.
location
TestLocation
location
;
Undocumented in source.
ptr
void
function
()
ptr
;
testName
string
testName
;
Undocumented in source.
Meta
Source
See Implementation
silly
enums
Colour
functions
executeTest
getTestLocation
getTestName
truncateName
writeResult
static variables
noColours
structs
Console
Test
TestLocation
TestResult
Thrown