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

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

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, Boolean insideFork)
           
 

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
 



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