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
Fields in org.apache.maven.plugin.surefire declared as StatisticsReporter Modifier and Type Field Description private StatisticsReporter
StartupReportConfiguration. statisticsReporter
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
Subclasses of StatisticsReporter in org.apache.maven.plugin.surefire.report Modifier and Type Class Description (package private) class
NullStatisticsReporter
StatisticsReporter doing nothing rather than using null.Fields in org.apache.maven.plugin.surefire.report declared as StatisticsReporter Modifier and Type Field Description private StatisticsReporter
TestSetRunListener. statisticsReporter
Methods in org.apache.maven.plugin.surefire.report that return StatisticsReporter Modifier and Type Method Description private StatisticsReporter
DefaultReporterFactory. createStatisticsReporter()
Constructors in org.apache.maven.plugin.surefire.report with parameters of type StatisticsReporter Constructor Description TestSetRunListener(StatelessTestsetInfoConsoleReportEventListener<WrappedReportEntry,TestSetStats> consoleReporter, StatelessTestsetInfoFileReportEventListener<WrappedReportEntry,TestSetStats> fileReporter, StatelessReportEventListener<WrappedReportEntry,TestSetStats> simpleXMLReporter, ConsoleOutputReportEventListener consoleOutputReceiver, StatisticsReporter statisticsReporter, boolean trimStackTrace, boolean isPlainFormat, boolean briefOrPlainFormat)
-