Uses of Class
org.apache.maven.surefire.api.report.ReporterConfiguration
-
Packages that use ReporterConfiguration Package Description org.apache.maven.surefire.api.booter org.apache.maven.surefire.api.provider org.apache.maven.surefire.booter org.apache.maven.surefire.testng -
-
Uses of ReporterConfiguration in org.apache.maven.surefire.api.booter
Fields in org.apache.maven.surefire.api.booter declared as ReporterConfiguration Modifier and Type Field Description private ReporterConfiguration
BaseProviderFactory. reporterConfiguration
Methods in org.apache.maven.surefire.api.booter that return ReporterConfiguration Modifier and Type Method Description ReporterConfiguration
BaseProviderFactory. getReporterConfiguration()
Methods in org.apache.maven.surefire.api.booter with parameters of type ReporterConfiguration Modifier and Type Method Description void
BaseProviderFactory. setReporterConfiguration(ReporterConfiguration reporterConfiguration)
-
Uses of ReporterConfiguration in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider that return ReporterConfiguration Modifier and Type Method Description ReporterConfiguration
ProviderParameters. getReporterConfiguration()
The raw parameters used in creating the ReporterManagerFactory -
Uses of ReporterConfiguration in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as ReporterConfiguration Modifier and Type Field Description private ReporterConfiguration
ProviderConfiguration. reporterConfiguration
Methods in org.apache.maven.surefire.booter that return ReporterConfiguration Modifier and Type Method Description ReporterConfiguration
ProviderConfiguration. getReporterConfiguration()
Methods in org.apache.maven.surefire.booter with parameters of type ReporterConfiguration Modifier and Type Method Description private java.lang.Object
SurefireReflector. createReporterConfiguration(ReporterConfiguration reporterConfig)
private void
SurefireReflector. setReporterConfiguration(java.lang.Object o, ReporterConfiguration reporterConfiguration)
void
SurefireReflector. setReporterConfigurationAware(java.lang.Object o, ReporterConfiguration reporterConfiguration1)
Constructors in org.apache.maven.surefire.booter with parameters of type ReporterConfiguration Constructor Description ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, java.util.Map<java.lang.String,java.lang.String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, java.util.List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, java.lang.Integer systemExitTimeout)
-
Uses of ReporterConfiguration in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as ReporterConfiguration Modifier and Type Field Description private ReporterConfiguration
TestNGProvider. reporterConfiguration
-