Class XmlReportWriter.TestCounts
- java.lang.Object
-
- org.junit.platform.reporting.legacy.xml.XmlReportWriter.TestCounts
-
- Enclosing class:
- XmlReportWriter
private static class XmlReportWriter.TestCounts extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestCounts(long total)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static XmlReportWriter.TestCounts
from(XmlReportData reportData, java.util.List<TestIdentifier> tests)
long
getErrors()
long
getFailures()
long
getSkipped()
long
getTotal()
-
-
-
Method Detail
-
from
static XmlReportWriter.TestCounts from(XmlReportData reportData, java.util.List<TestIdentifier> tests)
-
getTotal
public long getTotal()
-
getSkipped
public long getSkipped()
-
getFailures
public long getFailures()
-
getErrors
public long getErrors()
-
-