Uses of Class
org.apache.maven.plugin.surefire.extensions.SurefireStatelessTestsetInfoReporter
Packages that use SurefireStatelessTestsetInfoReporter
Package
Description
-
Uses of SurefireStatelessTestsetInfoReporter in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return SurefireStatelessTestsetInfoReporterConstructors in org.apache.maven.plugin.surefire with parameters of type SurefireStatelessTestsetInfoReporterModifierConstructorDescriptionStartupReportConfiguration
(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 SurefireStatelessTestsetInfoReporter in org.apache.maven.plugin.surefire.extensions.junit5
Subclasses of SurefireStatelessTestsetInfoReporter in org.apache.maven.plugin.surefire.extensions.junit5Modifier and TypeClassDescriptionclass
Extension offile and console reporter of test-set
for JUnit5.