org.apache.maven.plugin.surefire.booterclient
Class TestSetMockReporterFactory

java.lang.Object
  extended by org.apache.maven.plugin.surefire.report.FileReporterFactory
      extended by org.apache.maven.plugin.surefire.booterclient.TestSetMockReporterFactory
All Implemented Interfaces:
ReporterFactory

public class TestSetMockReporterFactory
extends FileReporterFactory

Author:
Kristian Rosenvold

Constructor Summary
TestSetMockReporterFactory()
           
 
Method Summary
 ConsoleLogger createConsoleLogger()
           
 RunListener createReporter()
          Creates a reporter.
 
Methods inherited from class org.apache.maven.plugin.surefire.report.FileReporterFactory
close, getGlobalRunStatistics, runStarting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSetMockReporterFactory

public TestSetMockReporterFactory()
Method Detail

createConsoleLogger

public ConsoleLogger createConsoleLogger()

createReporter

public RunListener createReporter()
Description copied from interface: ReporterFactory
Creates a reporter. The reporter is a singleton that is expected to be used in the provider.

Specified by:
createReporter in interface ReporterFactory
Overrides:
createReporter in class FileReporterFactory
Returns:
A reporter instance


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