unit_threaded.runner.factory

Creates test cases from compile-time information.

Members

Functions

createTestCase
from!"unit_threaded.runner.testcase".TestCase createTestCase(from!"unit_threaded.runner.reflection".TestData testData)
Undocumented in source. Be warned that the author may not have intended to support it.
createTestCases
from!"unit_threaded.runner.testcase".TestCase[] createTestCases(from!"unit_threaded.runner.reflection".TestData[] testData, string[] testsToRun)

Creates tests cases from the given modules. If testsToRun is empty, it means run all tests.

isWantedTest
bool isWantedTest(from!"unit_threaded.runner.reflection".TestData testData, string[] testsToRun)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta