Uses of Class
org.apache.maven.plugin.surefire.extensions.SurefireConsoleOutputReporter
Packages that use SurefireConsoleOutputReporter
Package
Description
-
Uses of SurefireConsoleOutputReporter in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return SurefireConsoleOutputReporterConstructors in org.apache.maven.plugin.surefire with parameters of type SurefireConsoleOutputReporterModifierConstructorDescriptionStartupReportConfiguration
(boolean useFile, boolean printSummary, String reportFormat, boolean redirectTestOutputToFile, File reportsDirectory, boolean trimStackTrace, String reportNameSuffix, File statisticsFile, boolean requiresRunHistory, int rerunFailingTestsCount, String xsdSchemaLocation, String encoding, boolean isForking, SurefireStatelessReporter xmlReporter, SurefireConsoleOutputReporter consoleOutputReporter, SurefireStatelessTestsetInfoReporter testsetReporter) -
Uses of SurefireConsoleOutputReporter in org.apache.maven.plugin.surefire.extensions.junit5