SpecTestDiscovery

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

Members

Functions

addModule
void addModule()

It does nothing...

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 Specs as TestCase structure

Inherited Members

From ITestDiscovery

getTestCases
TestCase[] getTestCases()

Get the test cases from the compiled source code

Meta