Class TestClassDiscovery
The default test discovery looks for unit test sections and groups them by module
Methods
| Name | Description |
|---|---|
addModule
()
|
Add tests from a certain module |
getTestCases
()
|
Returns all the test cases that were found in the modules
added with addModule
|