unit-threaded v0.7.16 (2017-04-17T23:19:19Z)
Home
Dub
Repo
TestSuite
unit_threaded
testsuite
Responsible for running tests and printing output.
struct
TestSuite {
interface
Output
via
import
unit_threaded
.
io
:
Output
;
;
struct
Options
via
import
unit_threaded
.
options
:
Options
;
;
struct
TestData
via
import
unit_threaded
.
reflection
:
TestData
;
;
import
std
.
datetime
:
StopWatch
,
Duration
;
;
import
std
.
datetime
:
StopWatch
,
Duration
;
;
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.