Uses of Class
org.junit.platform.reporting.legacy.xml.XmlReportWriter.AggregatedTestResult
-
Packages that use XmlReportWriter.AggregatedTestResult 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 in org.junit.platform.reporting.legacy.xml
Fields in org.junit.platform.reporting.legacy.xml declared as XmlReportWriter.AggregatedTestResult Modifier and Type Field Description private static XmlReportWriter.AggregatedTestResultXmlReportWriter.AggregatedTestResult. SKIPPED_RESULTMethods in org.junit.platform.reporting.legacy.xml that return XmlReportWriter.AggregatedTestResult Modifier and Type Method Description static XmlReportWriter.AggregatedTestResultXmlReportWriter.AggregatedTestResult. nonSkipped(java.util.List<TestExecutionResult> executionResults)static XmlReportWriter.AggregatedTestResultXmlReportWriter.AggregatedTestResult. skipped()private XmlReportWriter.AggregatedTestResultXmlReportWriter. toAggregatedResult(TestIdentifier testIdentifier)Methods in org.junit.platform.reporting.legacy.xml with parameters of type XmlReportWriter.AggregatedTestResult Modifier and Type Method Description private voidXmlReportWriter. writeSkippedOrErrorOrFailureElement(TestIdentifier testIdentifier, XmlReportWriter.AggregatedTestResult testResult, javax.xml.stream.XMLStreamWriter writer)private voidXmlReportWriter. writeTestcase(TestIdentifier testIdentifier, XmlReportWriter.AggregatedTestResult testResult, java.text.NumberFormat numberFormat, javax.xml.stream.XMLStreamWriter writer)Method parameters in org.junit.platform.reporting.legacy.xml with type arguments of type XmlReportWriter.AggregatedTestResult Modifier and Type Method Description private voidXmlReportWriter. writeSuiteAttributes(TestIdentifier testIdentifier, java.util.Collection<XmlReportWriter.AggregatedTestResult> testResults, java.text.NumberFormat numberFormat, javax.xml.stream.XMLStreamWriter writer)private voidXmlReportWriter. writeTestCounts(java.util.Collection<XmlReportWriter.AggregatedTestResult> testResults, javax.xml.stream.XMLStreamWriter writer)private voidXmlReportWriter. writeTestsuite(TestIdentifier testIdentifier, java.util.Map<TestIdentifier,XmlReportWriter.AggregatedTestResult> tests, javax.xml.stream.XMLStreamWriter writer)private voidXmlReportWriter. writeXmlReport(TestIdentifier testIdentifier, java.util.Map<TestIdentifier,XmlReportWriter.AggregatedTestResult> tests, java.io.Writer out)
-