Uses of Class
org.apache.maven.plugin.surefire.report.TestSetStats
-
Packages that use TestSetStats Package Description org.apache.maven.plugin.surefire.report org.apache.maven.surefire.report -
-
Uses of TestSetStats in org.apache.maven.plugin.surefire.report
Fields in org.apache.maven.plugin.surefire.report declared as TestSetStats Modifier and Type Field Description private TestSetStats
TestSetRunListener. detailsForThis
Methods in org.apache.maven.plugin.surefire.report with parameters of type TestSetStats Modifier and Type Method Description private void
StatelessXmlReporter. createTestSuiteElement(org.apache.maven.shared.utils.xml.XMLWriter ppw, WrappedReportEntry report, TestSetStats testSetStats, java.lang.String timeAsString)
void
ConsoleReporter. testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)
void
FileReporter. testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)
void
NullConsoleReporter. testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)
void
NullFileReporter. testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)
void
NullStatelessXmlReporter. testSetCompleted(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats)
void
StatelessXmlReporter. testSetCompleted(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats)
-
Uses of TestSetStats in org.apache.maven.surefire.report
Methods in org.apache.maven.surefire.report with parameters of type TestSetStats Modifier and Type Method Description void
RunStatistics. add(TestSetStats testSetStats)
-