Uses of Package
com.vectorcast.plugins.vectorcastcoverage
-
Packages that use com.vectorcast.plugins.vectorcastcoverage Package Description com.vectorcast.plugins.vectorcastcoverage com.vectorcast.plugins.vectorcastcoverage.rules -
Classes in com.vectorcast.plugins.vectorcastcoverage used by com.vectorcast.plugins.vectorcastcoverage Class Description AbstractReport Base class of the coverage report tree, which maintains the details of the coverage report.AggregatedReport Reports that have children.CoverageElement This is a transitive object used during the parsing, but not a part of the final tree built.CoverageObject Base class of all coverage objects.CoverageReport Root object of the coverage report.Ratio Represents x/y where x=Ratio.numerator
and y=Ratio.denominator
.Rule Rule object encapsulates the logic to markCoverageObject
s as "failed".VectorCASTBuildAction Build view extension by VectorCAST plugin.VectorCASTHealthReportThresholds Holds the configuration details forHealthReport
generation -
Classes in com.vectorcast.plugins.vectorcastcoverage used by com.vectorcast.plugins.vectorcastcoverage.rules Class Description CoverageReport Root object of the coverage report.Rule Rule object encapsulates the logic to markCoverageObject
s as "failed".