Uses of Class
org.jboss.test.audit.report.CoverageReport.TestStatus
-
Packages that use CoverageReport.TestStatus Package Description org.jboss.test.audit.report -
-
Uses of CoverageReport.TestStatus in org.jboss.test.audit.report
Methods in org.jboss.test.audit.report that return CoverageReport.TestStatus Modifier and Type Method Description static CoverageReport.TestStatusCoverageReport.TestStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CoverageReport.TestStatus[]CoverageReport.TestStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-