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 SurefireConsoleOutputReporter
AbstractSurefireMojo. consoleOutputReporter
private SurefireConsoleOutputReporter
StartupReportConfiguration. consoleOutputReporter
Methods in org.apache.maven.plugin.surefire that return SurefireConsoleOutputReporter Modifier and Type Method Description SurefireConsoleOutputReporter
StartupReportConfiguration. 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 class
JUnit5ConsoleOutputReporter
The extension oflogger
for JUnit5.
-