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
Methods in org.apache.maven.plugin.surefire.report with parameters of type TestSetStats Modifier and Type Method Description voidConsoleReporter. testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)voidFileReporter. testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)voidStatelessXmlReporter. 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 voidRunStatistics. add(TestSetStats testSetStats)
-