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 TestSetStatsTestSetRunListener. detailsForThisMethods in org.apache.maven.plugin.surefire.report with parameters of type TestSetStats Modifier and Type Method Description private voidStatelessXmlReporter. createTestSuiteElement(org.apache.maven.shared.utils.xml.XMLWriter ppw, WrappedReportEntry report, TestSetStats testSetStats, java.lang.String timeAsString)Deprecated.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)voidNullConsoleReporter. testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)voidNullFileReporter. testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)voidNullStatelessXmlReporter. testSetCompleted(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats)voidStatelessXmlReporter. testSetCompleted(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats)Deprecated. -
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)
-