unit-threaded v0.7.12 (2017-04-08T17:06:04Z)
Home
Dub
Repo
TestSuite
unit_threaded
testsuite
Responsible for running tests and printing output.
struct
TestSuite {
package
Output
output
;
this
(Options options, TestData[] testData);
this
(Options options, TestData[] testData, Output output);
bool
run
();
}
Constructors
this
this
(Options options, TestData[] testData)
Undocumented in source.
this
this
(Options options, TestData[] testData, Output output)
Members
Functions
run
bool
run
()
Runs all test cases.
Variables
output
Output
output
;
Undocumented in source.
Meta
Source
See Implementation
unit_threaded
testsuite
functions
replaceModuleUnitTester
runTest
structs
TestSuite
Responsible for running tests and printing output.