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.failedTests
tests that failed.private Map
<JUnitReportWriter.TestDescription, Element> XMLJUnitReportWriter.testElements
Element for the current test.private Map
<JUnitReportWriter.TestDescription, Long> XMLJUnitReportWriter.testStarts
Timing helper.Methods in org.glassfish.pfl.test with parameters of type JUnitReportWriter.TestDescriptionModifier and TypeMethodDescriptionvoid
JUnitReportWriter.addError
(JUnitReportWriter.TestDescription test, Throwable t) An error occurred.void
XMLJUnitReportWriter.addError
(JUnitReportWriter.TestDescription test, Throwable t) void
JUnitReportWriter.addFailure
(JUnitReportWriter.TestDescription test, Throwable t) A failure occurred.void
XMLJUnitReportWriter.addFailure
(JUnitReportWriter.TestDescription test, Throwable t) void
JUnitReportWriter.endTest
(JUnitReportWriter.TestDescription test) A test ended.void
JUnitReportWriter.endTest
(JUnitReportWriter.TestDescription test, long duration) A test ended.void
XMLJUnitReportWriter.endTest
(JUnitReportWriter.TestDescription test) void
XMLJUnitReportWriter.endTest
(JUnitReportWriter.TestDescription test, long duration) XMLJUnitReportWriter.endTestHelper
(JUnitReportWriter.TestDescription test) private void
XMLJUnitReportWriter.formatError
(String type, JUnitReportWriter.TestDescription test, Throwable t) void
JUnitReportWriter.startTest
(JUnitReportWriter.TestDescription test) A test started.void
XMLJUnitReportWriter.startTest
(JUnitReportWriter.TestDescription t)