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 SurefireStatelessTestsetInfoReporter
AbstractSurefireMojo. statelessTestsetInfoReporter
private SurefireStatelessTestsetInfoReporter
StartupReportConfiguration. testsetReporter
Methods in org.apache.maven.plugin.surefire that return SurefireStatelessTestsetInfoReporter Modifier and Type Method Description SurefireStatelessTestsetInfoReporter
StartupReportConfiguration. 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 class
JUnit5StatelessTestsetInfoReporter
Extension offile and console reporter of test-set
for JUnit5.
-