Uses of Interface
org.apache.maven.surefire.report.ReporterFactory

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

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

Methods in org.apache.maven.surefire.booter that return ReporterFactory
 ReporterFactory BaseProviderFactory.getReporterFactory()
           
 

Uses of ReporterFactory in org.apache.maven.surefire.junitcore
 

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

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

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

Methods in org.apache.maven.surefire.providerapi that return ReporterFactory
 ReporterFactory ProviderParameters.getReporterFactory()
          Provides features for creating reporting objects
 

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

Classes in org.apache.maven.surefire.report that implement ReporterFactory
 class ReporterManagerFactory
          Note; this class contains "old" and "new" style instantiation, "old" style can be removed once we build 2.7.X + with 2.7
 

Uses of ReporterFactory in org.apache.maven.surefire.testng
 

Methods in org.apache.maven.surefire.testng with parameters of type ReporterFactory
 void TestNGDirectoryTestSuite.execute(TestsToRun testsToRun, ReporterFactory reporterManagerFactory)
           
 void TestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun, ReporterFactory reporterFactory)
           
 



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