Uses of Class
org.junit.platform.reporting.legacy.xml.XmlReportWriter.TestCounts
-
Packages that use XmlReportWriter.TestCounts 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.TestCounts in org.junit.platform.reporting.legacy.xml
Methods in org.junit.platform.reporting.legacy.xml that return XmlReportWriter.TestCounts Modifier and Type Method Description (package private) static XmlReportWriter.TestCounts
XmlReportWriter.TestCounts. from(XmlReportData reportData, java.util.List<TestIdentifier> tests)
-