Uses of Class
org.apache.maven.surefire.report.ReporterConfiguration
Packages that use ReporterConfiguration
Package
Description
-
Uses of ReporterConfiguration in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as ReporterConfigurationModifier and TypeFieldDescriptionprivate ReporterConfiguration
BaseProviderFactory.reporterConfiguration
private final ReporterConfiguration
ProviderConfiguration.reporterConfiguration
Methods in org.apache.maven.surefire.booter that return ReporterConfigurationModifier and TypeMethodDescriptionBaseProviderFactory.getReporterConfiguration()
ProviderConfiguration.getReporterConfiguration()
Methods in org.apache.maven.surefire.booter with parameters of type ReporterConfigurationModifier and TypeMethodDescriptionprivate Object
SurefireReflector.createReporterConfiguration
(ReporterConfiguration reporterConfig) void
BaseProviderFactory.setReporterConfiguration
(ReporterConfiguration reporterConfiguration) void
ReporterConfigurationAware.setReporterConfiguration
(ReporterConfiguration reporterConfiguration) private void
SurefireReflector.setReporterConfiguration
(Object o, ReporterConfiguration reporterConfiguration) void
SurefireReflector.setReporterConfigurationAware
(Object o, ReporterConfiguration reporterConfiguration1) Constructors in org.apache.maven.surefire.booter with parameters of type ReporterConfigurationModifierConstructorDescriptionProviderConfiguration
(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, boolean failIfNoTests, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout) -
Uses of ReporterConfiguration in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return ReporterConfigurationModifier and TypeMethodDescriptionProviderParameters.getReporterConfiguration()
The raw parameters used in creating the ReporterManagerFactory -
Uses of ReporterConfiguration in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as ReporterConfigurationModifier and TypeFieldDescriptionprivate final ReporterConfiguration
TestNGProvider.reporterConfiguration