UnitTestDiscovery

The default test discovery looks for unit test sections and groups them by module

Members

Functions

addModule
void addModule()
Undocumented in source. Be warned that the author may not have intended to support it.
discoverTestCases
TestCase[] discoverTestCases(string file)
Undocumented in source. Be warned that the author may not have intended to support it.
getTestCases
TestCase[] getTestCases()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

comments
Comment[][string] comments;
Undocumented in source.

Variables

testCases
TestCase[string][string] testCases;
Undocumented in source.

Inherited Members

From ITestDiscovery

getTestCases
TestCase[] getTestCases()

Get the test cases from the compiled source code

Meta