Uses of Class
org.apache.maven.plugin.surefire.extensions.SurefireConsoleOutputReporter
-
Packages that use SurefireConsoleOutputReporter Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.extensions.junit5 -
-
Uses of SurefireConsoleOutputReporter in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as SurefireConsoleOutputReporter Modifier and Type Field Description private SurefireConsoleOutputReporterAbstractSurefireMojo. consoleOutputReporterprivate SurefireConsoleOutputReporterStartupReportConfiguration. consoleOutputReporterMethods in org.apache.maven.plugin.surefire that return SurefireConsoleOutputReporter Modifier and Type Method Description SurefireConsoleOutputReporterStartupReportConfiguration. getConsoleOutputReporter()Constructors in org.apache.maven.plugin.surefire with parameters of type SurefireConsoleOutputReporter Constructor Description StartupReportConfiguration(boolean useFile, boolean printSummary, java.lang.String reportFormat, boolean redirectTestOutputToFile, java.io.File reportsDirectory, boolean trimStackTrace, java.lang.String reportNameSuffix, java.io.File statisticsFile, boolean requiresRunHistory, int rerunFailingTestsCount, java.lang.String xsdSchemaLocation, java.lang.String encoding, boolean isForkMode, SurefireStatelessReporter xmlReporter, SurefireConsoleOutputReporter consoleOutputReporter, SurefireStatelessTestsetInfoReporter testsetReporter) -
Uses of SurefireConsoleOutputReporter in org.apache.maven.plugin.surefire.extensions.junit5
Subclasses of SurefireConsoleOutputReporter in org.apache.maven.plugin.surefire.extensions.junit5 Modifier and Type Class Description classJUnit5ConsoleOutputReporterThe extension ofloggerfor JUnit5.
-