Uses of Enum
org.junit.platform.reporting.legacy.xml.XmlReportWriter.AggregatedTestResult.Type
Packages that use XmlReportWriter.AggregatedTestResult.Type
Package
Description
Support for generating XML reports using a format which is compatible with
the de facto standard for JUnit 4 based test reports that was made popular
by the Ant build system.
-
Uses of XmlReportWriter.AggregatedTestResult.Type in org.junit.platform.reporting.legacy.xml
Fields in org.junit.platform.reporting.legacy.xml declared as XmlReportWriter.AggregatedTestResult.TypeModifier and TypeFieldDescriptionprivate final XmlReportWriter.AggregatedTestResult.Type
XmlReportWriter.AggregatedTestResult.type
Methods in org.junit.platform.reporting.legacy.xml that return XmlReportWriter.AggregatedTestResult.TypeModifier and TypeMethodDescriptionprivate static XmlReportWriter.AggregatedTestResult.Type
XmlReportWriter.AggregatedTestResult.Type.from
(TestExecutionResult executionResult) Returns the enum constant of this type with the specified name.XmlReportWriter.AggregatedTestResult.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.platform.reporting.legacy.xml that return types with arguments of type XmlReportWriter.AggregatedTestResult.TypeMethods in org.junit.platform.reporting.legacy.xml with parameters of type XmlReportWriter.AggregatedTestResult.TypeModifier and TypeMethodDescriptionprivate void
XmlReportWriter.writeErrorOrFailureElement
(XmlReportWriter.AggregatedTestResult.Type type, Throwable throwable, XMLStreamWriter writer) Constructors in org.junit.platform.reporting.legacy.xml with parameters of type XmlReportWriter.AggregatedTestResult.TypeModifierConstructorDescriptionprivate
AggregatedTestResult
(XmlReportWriter.AggregatedTestResult.Type type, List<TestExecutionResult> executionResults)