Uses of Class
org.junit.platform.reporting.legacy.xml.XmlReportWriter.AggregatedTestResult
Packages that use XmlReportWriter.AggregatedTestResult
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 in org.junit.platform.reporting.legacy.xml
Fields in org.junit.platform.reporting.legacy.xml declared as XmlReportWriter.AggregatedTestResultModifier and TypeFieldDescriptionprivate static final XmlReportWriter.AggregatedTestResult
XmlReportWriter.AggregatedTestResult.SKIPPED_RESULT
Methods in org.junit.platform.reporting.legacy.xml that return XmlReportWriter.AggregatedTestResultModifier and TypeMethodDescriptionXmlReportWriter.AggregatedTestResult.nonSkipped
(List<TestExecutionResult> executionResults) XmlReportWriter.AggregatedTestResult.skipped()
XmlReportWriter.toAggregatedResult
(TestIdentifier testIdentifier) Methods in org.junit.platform.reporting.legacy.xml with parameters of type XmlReportWriter.AggregatedTestResultModifier and TypeMethodDescriptionprivate void
XmlReportWriter.writeSkippedOrErrorOrFailureElement
(TestIdentifier testIdentifier, XmlReportWriter.AggregatedTestResult testResult, XMLStreamWriter writer) private void
XmlReportWriter.writeTestcase
(TestIdentifier testIdentifier, XmlReportWriter.AggregatedTestResult testResult, NumberFormat numberFormat, XMLStreamWriter writer) Method parameters in org.junit.platform.reporting.legacy.xml with type arguments of type XmlReportWriter.AggregatedTestResultModifier and TypeMethodDescriptionprivate void
XmlReportWriter.writeSuiteAttributes
(TestIdentifier testIdentifier, Collection<XmlReportWriter.AggregatedTestResult> testResults, NumberFormat numberFormat, XMLStreamWriter writer) private void
XmlReportWriter.writeTestCounts
(Collection<XmlReportWriter.AggregatedTestResult> testResults, XMLStreamWriter writer) private void
XmlReportWriter.writeTestsuite
(TestIdentifier testIdentifier, Map<TestIdentifier, XmlReportWriter.AggregatedTestResult> tests, XMLStreamWriter writer) private void
XmlReportWriter.writeXmlReport
(TestIdentifier testIdentifier, Map<TestIdentifier, XmlReportWriter.AggregatedTestResult> tests, Writer out)