dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
TestSuite
unit_threaded
testsuite
Responsible for running tests and printing output.
struct
TestSuite {
this
(
in
Options
options
,
in
TestData
[]
testData
,
Output
output
)
;
bool
run
()
;
}
Constructors
this
this
(
in
Options
options
,
in
TestData
[]
testData
,
Output
output
)
Members
Functions
run
bool
run
()
Runs all test cases.
Meta
Source
See Implementation
unit_threaded
testsuite
functions
replaceModuleUnitTester
structs
TestSuite
Responsible for running tests and printing output.