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

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

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.junitcore
 

Methods in org.apache.maven.surefire.junitcore with parameters of type ReporterConfiguration
static ConcurrentReporterManager ConcurrentReporterManager.createInstance(Map<String,TestSet> classMethodCounts, ReporterFactory reporterManagerFactory, ReporterConfiguration reporterConfiguration, boolean parallelClasses, boolean parallelBoth)
           
 

Constructors in org.apache.maven.surefire.junitcore with parameters of type ReporterConfiguration
ClassesParallelRunListener(Map<String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ReporterConfiguration reporterConfiguration)
           
ConcurrentReporterManager(ReporterFactory reporterFactory, boolean reportImmediately, ReporterConfiguration reporterConfiguration, Map<String,TestSet> classMethodCounts)
           
MethodsParallelRunListener(Map<String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ReporterConfiguration reporterConfiguration, boolean reportImmediately)
           
 

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
 

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

Methods in org.apache.maven.surefire.report with parameters of type ReporterConfiguration
protected  List ReporterManagerFactory.instantiateReportsNewStyle(List reportDefinitions, ReporterConfiguration reporterConfiguration, ClassLoader classLoader)
           
 

Constructors in org.apache.maven.surefire.report with parameters of type ReporterConfiguration
AbstractConsoleReporter(String format, ReporterConfiguration reporterConfiguration)
           
AbstractFileReporter(ReporterConfiguration reporterConfiguration, String format)
           
AbstractReporter(ReporterConfiguration reporterConfiguration)
           
AbstractTextReporter(PrintWriter writer, String format, ReporterConfiguration reporterConfiguration)
           
AbstractTextReporter(ReporterConfiguration reporterConfiguration, String format)
           
BriefConsoleReporter(ReporterConfiguration reporterConfiguration)
           
BriefFileReporter(ReporterConfiguration reporterConfiguration)
           
ConsoleReporter(ReporterConfiguration reporterConfiguration)
           
DetailedConsoleReporter(ReporterConfiguration reporterConfiguration)
           
FileReporter(ReporterConfiguration reporterConfiguration)
           
ForkingConsoleReporter(ReporterConfiguration reporterConfiguration)
           
ReporterManagerFactory(ClassLoader surefireClassLoader, ReporterConfiguration reporterConfiguration)
           
ReporterManagerFactory(List reportDefinitions, ClassLoader surefireClassLoader, ReporterConfiguration reporterConfiguration)
           
XMLReporter(ReporterConfiguration reporterConfiguration)
           
 



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