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

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

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



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