SysCodeCoverage Class [AX 2012]
The SysCodeCoverage class is an extension of the profiler that is intended to change profiler data in a way that allows for data to be used as a base measurement of code coverage.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkTreeNode | |
| collected | (Inherited from profiler.) |
| coverageNumbers | Calculates a set of key figures for code coverage, based on the recorded code coverage. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| flush | (Inherited from profiler.) |
| flushData | (Overrides the flushData Method.) |
| flushInterval | (Inherited from profiler.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | |
| new | Initializes a new instance of the profiler class. (Inherited from profiler.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmPathMap | Gets or sets the PathMap parameter. |
| postUpdate | Updates the source code data that is captured by the profiler. |
| processData | |
| profileOff | (Overrides the profileOff Method.) |
| profileOn | (Overrides the profileOn Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tempPath | (Inherited from profiler.) |
| toString | Returns a string that represents the current object. (Inherited from profiler.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::buildPath | Builds tree node paths to use for specific code coverage data from the recorded data. |
| ::construct | Initializes a new instance of the SysCodeCoverage class. |
| ::constructServer | |
| ::coveredTreenode | Builds a tree node of the covered source code on a specific path. |
| ::insertLineNumbers | Inserts line numbers into a string of source code. |
| ::mergeCoverageMaps | Merges two code coverage maps into one. |
| ::mergeNumbers | |
| ::modifyTreenode | |
| ::originalTreenode | Builds a tree node of the actual source code on a specific path. |
| ::uncoveredTreenode | Builds a tree node of the uncovered source code in a specific path. |
Community Additions
ADD
Show: