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

Packages that use ReporterFactory
org.apache.maven.plugin.surefire.booterclient   
org.apache.maven.plugin.surefire.booterclient.output   
org.apache.maven.plugin.surefire.report   
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.plugin.surefire.booterclient
 

Classes in org.apache.maven.plugin.surefire.booterclient that implement ReporterFactory
 class TestSetMockReporterFactory
           
 

Uses of ReporterFactory in org.apache.maven.plugin.surefire.booterclient.output
 

Constructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type ReporterFactory
ForkClient(ReporterFactory providerReporterFactory, Properties testVmSystemProperties)
           
 

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

Classes in org.apache.maven.plugin.surefire.report that implement ReporterFactory
 class FileReporterFactory
          Provides RunListener implementations to the providers.
 

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

Classes in org.apache.maven.surefire.booter that implement ReporterFactory
 class ForkingReporterFactory
          Creates ForkingReporters, which are typically one instance per TestSet or thread.
 

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

Constructors in org.apache.maven.surefire.booter with parameters of type ReporterFactory
BaseProviderFactory(ReporterFactory reporterFactory)
           
 

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(Map<String,TestSet> classMethodCounts, ReporterFactory reporterManagerFactory, boolean parallelClasses, boolean parallelBoth, ConsoleLogger consoleLogger)
           
 

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

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
 

Methods in org.apache.maven.surefire.report that return ReporterFactory
protected  ReporterFactory TestConsoleOutputRunListener.getReporterFactory()
           
 

Methods in org.apache.maven.surefire.report with parameters of type ReporterFactory
static TestConsoleOutputRunListener TestConsoleOutputRunListener.createInstance(ReporterFactory reporterFactory, boolean oneThreadPerClass)
           
 

Constructors in org.apache.maven.surefire.report with parameters of type ReporterFactory
TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener(ReporterFactory reporterFactory)
           
TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener(ReporterFactory reporterFactory)
           
TestConsoleOutputRunListener(ReporterFactory reporterFactory)
           
ThreadLocalRunListener(ReporterFactory reporterFactory)
           
 

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

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



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