Uses of Class
org.apache.maven.plugin.surefire.extensions.SurefireStatelessReporter
Packages that use SurefireStatelessReporter
Package
Description
-
Uses of SurefireStatelessReporter in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return SurefireStatelessReporterConstructors in org.apache.maven.plugin.surefire with parameters of type SurefireStatelessReporterModifierConstructorDescriptionStartupReportConfiguration
(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 SurefireStatelessReporter in org.apache.maven.plugin.surefire.extensions.junit5
Modifier and TypeClassDescriptionclass
The extension ofxml reporter
based on XSD version 3.0 for JUnit5.