Uses of Class
org.apache.maven.surefire.report.ReporterConfiguration

Packages that use ReporterConfiguration
org.apache.maven.surefire.booter   
org.apache.maven.surefire.providerapi   
 

Uses of ReporterConfiguration in org.apache.maven.surefire.booter
 

Methods in org.apache.maven.surefire.booter that return ReporterConfiguration
 ReporterConfiguration ProviderConfiguration.getReporterConfiguration()
           
 ReporterConfiguration BaseProviderFactory.getReporterConfiguration()
           
 

Methods in org.apache.maven.surefire.booter with parameters of type ReporterConfiguration
 void BaseProviderFactory.setReporterConfiguration(ReporterConfiguration reporterConfiguration)
           
 void SurefireReflector.setReporterConfigurationAware(Object o, ReporterConfiguration reporterConfiguration1)
           
 

Constructors in org.apache.maven.surefire.booter with parameters of type ReporterConfiguration
ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, boolean failIfNoTests, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Properties providerProperties, Object forkTestSet)
           
 

Uses of ReporterConfiguration in org.apache.maven.surefire.providerapi
 

Methods in org.apache.maven.surefire.providerapi that return ReporterConfiguration
 ReporterConfiguration ProviderParameters.getReporterConfiguration()
          The raw parameters used in creating the ReporterManagerFactory
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.