unit-threaded v0.4.8 (2015-05-11T16:22:16Z)
Home
Dub
Repo
TestSuite
unit_threaded
testsuite
Responsible for running tests
struct
TestSuite {
this
(TestCase[] tests);
Duration
run
(Options options);
ulong
numTestsRun
[@property getter];
ulong
numFailures
[@property getter];
bool
passed
[@property getter];
}
Constructors
this
this
(TestCase[] tests)
Undocumented in source.
Members
Functions
run
Duration
run
(Options options)
Runs the tests with the given options.
Properties
numFailures
ulong
numFailures
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
numTestsRun
ulong
numTestsRun
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
passed
bool
passed
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unit_threaded
testsuite
functions
runTest
structs
TestSuite
Responsible for running tests