CodeCoverageFilePrefix |
DEVELOPER |
|
|
Purpose |
.CodeCoverageFilePrefix allows you to override the prefix of
the file that captured coverage data
is saved to. The default is " |
Object Type |
Session |
Syntax |
Session.CodeCoverageFilePrefix("myfileprefix") |
Remarks |
The file prefix can be set before code coverage capture is enabled.
|
Example |
To set the prefix of the file containing the captured code coverage data: Session.CodeCoverageFilePrefix("payroll_test_4") |
Topic ID: 510182