Uses of Class
org.junit.platform.reporting.legacy.xml.XmlReportWriter.AggregatedTestResult.Type
-
Packages that use XmlReportWriter.AggregatedTestResult.Type Package Description org.junit.platform.reporting.legacy.xml 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.Type Modifier and Type Field Description private XmlReportWriter.AggregatedTestResult.Type
XmlReportWriter.AggregatedTestResult. type
Methods in org.junit.platform.reporting.legacy.xml that return XmlReportWriter.AggregatedTestResult.Type Modifier and Type Method Description private static XmlReportWriter.AggregatedTestResult.Type
XmlReportWriter.AggregatedTestResult.Type. from(TestExecutionResult executionResult)
static XmlReportWriter.AggregatedTestResult.Type
XmlReportWriter.AggregatedTestResult.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XmlReportWriter.AggregatedTestResult.Type[]
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.Type Modifier and Type Method Description java.util.Map<XmlReportWriter.AggregatedTestResult.Type,java.util.List<java.util.Optional<java.lang.Throwable>>>
XmlReportWriter.AggregatedTestResult. getThrowablesByType()
Methods in org.junit.platform.reporting.legacy.xml with parameters of type XmlReportWriter.AggregatedTestResult.Type Modifier and Type Method Description private void
XmlReportWriter. writeErrorOrFailureElement(XmlReportWriter.AggregatedTestResult.Type type, java.lang.Throwable throwable, javax.xml.stream.XMLStreamWriter writer)
Constructors in org.junit.platform.reporting.legacy.xml with parameters of type XmlReportWriter.AggregatedTestResult.Type Constructor Description AggregatedTestResult(XmlReportWriter.AggregatedTestResult.Type type, java.util.List<TestExecutionResult> executionResults)
-