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

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

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

Provides reporting modules on the plugin side.

Keeps a centralized count of test run results.

Author:
Kristian Rosenvold

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

Constructor Detail

DefaultReporterFactory

public DefaultReporterFactory(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 RunStatistics getGlobalRunStatistics()

defaultNoXml

public static DefaultReporterFactory defaultNoXml()


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