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.
|
Modifier and Type | Field and Description |
---|---|
private XmlReportData |
LegacyXmlReportGeneratingListener.reportData |
private XmlReportData |
XmlReportWriter.reportData |
Modifier and Type | Method and Description |
---|---|
(package private) static XmlReportWriter.TestCounts |
XmlReportWriter.TestCounts.from(XmlReportData reportData,
java.util.List<TestIdentifier> tests) |
Constructor and Description |
---|
XmlReportWriter(XmlReportData reportData) |