Uses of Class
org.apache.maven.plugin.surefire.report.TestSetStats
Packages that use TestSetStats
-
Uses of TestSetStats in org.apache.maven.plugin.surefire.report
Methods in org.apache.maven.plugin.surefire.report with parameters of type TestSetStatsModifier and TypeMethodDescriptionvoid
ConsoleReporter.testSetCompleted
(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults) void
FileReporter.testSetCompleted
(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults) 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