libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
TestCase
libd
testing
runner
Undocumented in source.
@
nogc
nothrow
struct
TestCase {
string
name
;
TestCaseFunc
func
;
}
Members
Variables
func
TestCaseFunc
func
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
libd
testing
runner
functions
testGatherCases
testRunner
static variables
g_testRunnerRunning
structs
TestCase