unit_threaded.testsuite

This module implements TestSuite, an aggregator for TestCase objects to run all tests.

Members

Functions

replaceModuleUnitTester
void replaceModuleUnitTester()

Replace the D runtime's normal unittest block tester. If this is not done, the tests will run twice.

runTest
auto runTest(TestCase test)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TestSuite
struct TestSuite

Responsible for running tests and printing output.

Meta