Properties |
|
|
CountOfExecutions |
Read-only. Returns the number of times this module has been executed. |
|
CoverageName |
Sets or returns the name of the test coverage file. |
|
ExecutableName |
Default. Sets or returns the name of the executable file. |
Methods |
|
|
ClearViewChanged |
Resets the value returned by HasViewChanged() to False until coverage info changes. |
|
EndCoverEnum |
Ends enumeration of binary coverage info. |
|
GetNextCover |
Returns binary coverage info. |
|
HasCoverChanged |
Returns a boolean indicating if coverage info has changed since last saved. |
|
HasViewChanged |
Returns a boolean indicating if coverage info has changed since the last call to ClearViewChanged(). |
|
LoadCover |
Loads the test coverage file. |
|
Merge |
Merges coverage info from another file into the current results. |
|
SaveCover |
Saves the test coverage file. |
|
SetCover |
Sets coverage info. |
|
StartCoverEnum |
Starts enumeration of binary coverage info. |
|
VerifyMatch |
Verifies that the executable file and the coverage file match. |