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:
org.apache.maven.surefire.report.ReporterFactory

public class TestSetMockReporterFactory
extends org.apache.maven.plugin.surefire.report.FileReporterFactory

Author:
Kristian Rosenvold

Constructor Summary
TestSetMockReporterFactory()
           
 
Method Summary
 org.apache.maven.surefire.report.ConsoleLogger createConsoleLogger()
           
 org.apache.maven.surefire.report.RunListener createReporter()
           
 
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 org.apache.maven.surefire.report.ConsoleLogger createConsoleLogger()

createReporter

public org.apache.maven.surefire.report.RunListener createReporter()
Specified by:
createReporter in interface org.apache.maven.surefire.report.ReporterFactory
Overrides:
createReporter in class org.apache.maven.plugin.surefire.report.FileReporterFactory


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