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.AggregatedTestResultXmlReportWriter.AggregatedTestResult.SKIPPED_RESULTMethods 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 voidXmlReportWriter.writeSkippedOrErrorOrFailureElement(TestIdentifier testIdentifier, XmlReportWriter.AggregatedTestResult testResult, XMLStreamWriter writer) private voidXmlReportWriter.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 voidXmlReportWriter.writeSuiteAttributes(TestIdentifier testIdentifier, Collection<XmlReportWriter.AggregatedTestResult> testResults, NumberFormat numberFormat, XMLStreamWriter writer) private voidXmlReportWriter.writeTestCounts(Collection<XmlReportWriter.AggregatedTestResult> testResults, XMLStreamWriter writer) private voidXmlReportWriter.writeTestsuite(TestIdentifier testIdentifier, Map<TestIdentifier, XmlReportWriter.AggregatedTestResult> tests, XMLStreamWriter writer) private voidXmlReportWriter.writeXmlReport(TestIdentifier testIdentifier, Map<TestIdentifier, XmlReportWriter.AggregatedTestResult> tests, Writer out)