This module implements TestSuite, an aggregator for TestCase objects to run all tests.
Replace the D runtime's normal unittest block tester. If this is not done, the tests will run twice.
Responsible for running tests and printing output.
See Source File
This module implements TestSuite, an aggregator for TestCase objects to run all tests.