unit-threaded v0.6.29 (2016-10-06T19:38:57Z)
Home
Dub
Repo
TestSuite
unit_threaded
testsuite
Responsible for running tests and printing output.
struct
TestSuite {
this
(Options options, TestData[] testData);
~this
();
bool
run
();
}
Constructors
this
this
(Options options, TestData[] testData)
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
run
bool
run
()
Runs all test cases.
Meta
Source
See Implementation
unit_threaded
testsuite
functions
replaceModuleUnitTester
runTest
structs
TestSuite
Responsible for running tests and printing output.