Uses of Class
org.glassfish.pfl.test.JUnitReportWriter.TestDescription
Packages that use JUnitReportWriter.TestDescription
-
Uses of JUnitReportWriter.TestDescription in org.glassfish.pfl.test
Fields in org.glassfish.pfl.test declared as JUnitReportWriter.TestDescriptionFields in org.glassfish.pfl.test with type parameters of type JUnitReportWriter.TestDescriptionModifier and TypeFieldDescriptionprivate Set<JUnitReportWriter.TestDescription> XMLJUnitReportWriter.failedTeststests that failed.private Map<JUnitReportWriter.TestDescription, Element> XMLJUnitReportWriter.testElementsElement for the current test.private Map<JUnitReportWriter.TestDescription, Long> XMLJUnitReportWriter.testStartsTiming helper.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) private voidXMLJUnitReportWriter.formatError(String type, JUnitReportWriter.TestDescription test, Throwable t) voidJUnitReportWriter.startTest(JUnitReportWriter.TestDescription test) A test started.voidXMLJUnitReportWriter.startTest(JUnitReportWriter.TestDescription t)