Uses of Class
org.apache.maven.plugin.surefire.extensions.SurefireStatelessTestsetInfoReporter
-
Packages that use SurefireStatelessTestsetInfoReporter Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.extensions.junit5 -
-
Uses of SurefireStatelessTestsetInfoReporter in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as SurefireStatelessTestsetInfoReporter Modifier and Type Field Description private SurefireStatelessTestsetInfoReporterAbstractSurefireMojo. statelessTestsetInfoReporterprivate SurefireStatelessTestsetInfoReporterStartupReportConfiguration. testsetReporterMethods in org.apache.maven.plugin.surefire that return SurefireStatelessTestsetInfoReporter Modifier and Type Method Description SurefireStatelessTestsetInfoReporterStartupReportConfiguration. getTestsetReporter()Constructors in org.apache.maven.plugin.surefire with parameters of type SurefireStatelessTestsetInfoReporter 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 SurefireStatelessTestsetInfoReporter in org.apache.maven.plugin.surefire.extensions.junit5
Subclasses of SurefireStatelessTestsetInfoReporter in org.apache.maven.plugin.surefire.extensions.junit5 Modifier and Type Class Description classJUnit5StatelessTestsetInfoReporterExtension offile and console reporter of test-setfor JUnit5.
-