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.

Structs

TestSuite
struct TestSuite

Responsible for running tests and printing output.

Meta