Uses of Class
org.glassfish.pfl.test.JUnitReportWriter.TestDescription
Packages that use JUnitReportWriter.TestDescription
-
Uses of JUnitReportWriter.TestDescription in org.glassfish.pfl.test
Methods in org.glassfish.pfl.test with parameters of type JUnitReportWriter.TestDescriptionModifier and TypeMethodDescriptionvoidJUnitReportWriter.addError(JUnitReportWriter.TestDescription test, Throwable t) An error occurred.voidXMLJUnitReportWriter.addError(JUnitReportWriter.TestDescription test, Throwable t) voidJUnitReportWriter.addFailure(JUnitReportWriter.TestDescription test, Throwable t) A failure occurred.voidXMLJUnitReportWriter.addFailure(JUnitReportWriter.TestDescription test, Throwable t) voidJUnitReportWriter.endTest(JUnitReportWriter.TestDescription test) A test ended.voidJUnitReportWriter.endTest(JUnitReportWriter.TestDescription test, long duration) A test ended.voidXMLJUnitReportWriter.endTest(JUnitReportWriter.TestDescription test) voidXMLJUnitReportWriter.endTest(JUnitReportWriter.TestDescription test, long duration) XMLJUnitReportWriter.endTestHelper(JUnitReportWriter.TestDescription test) voidJUnitReportWriter.startTest(JUnitReportWriter.TestDescription test) A test started.voidXMLJUnitReportWriter.startTest(JUnitReportWriter.TestDescription t)