unit_threaded.testsuite

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

Members

Functions

runTest
auto runTest(from!"unit_threaded.testcase".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