Enabling Code Coverage

To enable code coverage on unit tests

This command determines whether code coverage is recorded when running unit tests. Using code coverage enables you to determine which blocks of code have executed in your unit tests.

The results of code coverage can be logged in a report or viewed directly, using the Code Coverage Results Browser.

The value of this command is saved in the CodeCoverage parameter in the [JadeUnitTestRunnerUI] section of the JADE initialization file. This parameter is read and used when the application is next initialized.

2016.0.01 and higher