Provides the application used to exclude individual methods from the coverage
measurement. The System's package structure is mapped into a tree and
displayed in a window. The user is able to double-click on the package or
class names to expand the nodes. To exclude methods, the user must first
select a node and then click on the "Exclude" button. The button will change
all of the methods under the selected node to the appropriate color. If a
user excluded method is to be included again, the user must first select the
method node or its parent and click on the "Include" button. This will
return the node to its original color or the untested color if it was
originally an excluded method.
|