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 StatisticsReporterStartupReportConfiguration. statisticsReporterMethods in org.apache.maven.plugin.surefire that return StatisticsReporter Modifier and Type Method Description StatisticsReporterStartupReportConfiguration. 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) classNullStatisticsReporterStatisticsReporter doing nothing rather than using null.Fields in org.apache.maven.plugin.surefire.report declared as StatisticsReporter Modifier and Type Field Description private StatisticsReporterTestSetRunListener. statisticsReporterMethods in org.apache.maven.plugin.surefire.report that return StatisticsReporter Modifier and Type Method Description private StatisticsReporterDefaultReporterFactory. 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)
-