unit_threaded.factory

Undocumented in source.

Members

Functions

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

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

Meta