Name | Description |
---|---|
Affected | The `Affected` test filter adds test cases to the tests that are about to be run. |
Complexity | Calculates the cyclomatic complexity of class methods, and shows worst-offenders and statistics. |
Coverage | Runs code coverage analysis for the executed tests. |
Profiler | The `Profiler` filter tracks timing and memory usage information for each test method, and presents aggregate reports across single test runs. Used for performance-tuning classes and methods. |