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