org.apache.maven.plugin.surefire.report
Class FileReporterFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileReporterFactory
public FileReporterFactory(StartupReportConfiguration reportConfiguration)
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.