TestClassDiscovery

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

Members

Functions

addModule
void addModule()

Add tests from a certain module

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

Returns all the test cases that were found in the modules added with addModule

Inherited Members

From ITestDiscovery

getTestCases
TestCase[] getTestCases()

Get the test cases from the compiled source code

Meta