org.apache.maven.plugin.surefire.report
Class FileReporterFactory

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

public class FileReporterFactory
extends Object
implements org.apache.maven.surefire.report.ReporterFactory

Provides RunListener implementations to the providers.

Keeps a centralized count of test run results.

Author:
Kristian Rosenvold

Constructor Summary
FileReporterFactory(StartupReportConfiguration reportConfiguration)
           
 
Method Summary
 org.apache.maven.surefire.suite.RunResult close()
           
 org.apache.maven.surefire.report.RunListener createReporter()
           
static FileReporterFactory defaultNoXml()
           
 org.apache.maven.surefire.report.RunStatistics getGlobalRunStatistics()
           
 void runStarting()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileReporterFactory

public FileReporterFactory(StartupReportConfiguration reportConfiguration)
Method Detail

createReporter

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

close

public org.apache.maven.surefire.suite.RunResult close()
Specified by:
close in interface org.apache.maven.surefire.report.ReporterFactory

runStarting

public void runStarting()

getGlobalRunStatistics

public org.apache.maven.surefire.report.RunStatistics getGlobalRunStatistics()
Specified by:
getGlobalRunStatistics in interface org.apache.maven.surefire.report.ReporterFactory

defaultNoXml

public static FileReporterFactory defaultNoXml()


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