Uses of Class
org.apache.maven.plugin.surefire.runorder.StatisticsReporter
-
Packages that use StatisticsReporter Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.report -
-
Uses of StatisticsReporter in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return StatisticsReporter Modifier and Type Method Description StatisticsReporter
StartupReportConfiguration. getStatisticsReporter()
-
Uses of StatisticsReporter in org.apache.maven.plugin.surefire.report
Constructors in org.apache.maven.plugin.surefire.report with parameters of type StatisticsReporter Constructor Description TestSetRunListener(ConsoleReporter consoleReporter, FileReporter fileReporter, StatelessXmlReporter simpleXMLReporter, TestcycleConsoleOutputReceiver consoleOutputReceiver, StatisticsReporter statisticsReporter, boolean trimStackTrace, boolean isPlainFormat, boolean briefOrPlainFormat)
-