Uses of Class
org.apache.maven.plugin.surefire.runorder.StatisticsReporter
Packages that use StatisticsReporter
-
Uses of StatisticsReporter in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as StatisticsReporterModifier and TypeFieldDescriptionprivate StatisticsReporter
StartupReportConfiguration.statisticsReporter
Methods in org.apache.maven.plugin.surefire that return StatisticsReporter -
Uses of StatisticsReporter in org.apache.maven.plugin.surefire.report
Subclasses of StatisticsReporter in org.apache.maven.plugin.surefire.reportModifier and TypeClassDescription(package private) class
StatisticsReporter doing nothing rather than using null.Fields in org.apache.maven.plugin.surefire.report declared as StatisticsReporterModifier and TypeFieldDescriptionprivate final StatisticsReporter
TestSetRunListener.statisticsReporter
Methods in org.apache.maven.plugin.surefire.report that return StatisticsReporterModifier and TypeMethodDescriptionprivate StatisticsReporter
DefaultReporterFactory.createStatisticsReporter()
Constructors in org.apache.maven.plugin.surefire.report with parameters of type StatisticsReporterModifierConstructorDescriptionTestSetRunListener
(StatelessTestsetInfoConsoleReportEventListener<WrappedReportEntry, TestSetStats> consoleReporter, StatelessTestsetInfoFileReportEventListener<WrappedReportEntry, TestSetStats> fileReporter, StatelessReportEventListener<WrappedReportEntry, TestSetStats> simpleXMLReporter, ConsoleOutputReportEventListener testOutputReceiver, StatisticsReporter statisticsReporter, boolean trimStackTrace, boolean isPlainFormat, boolean briefOrPlainFormat, Object lock)