public class DefaultReporterFactory extends Object implements ReporterFactory
Constructor and Description |
---|
DefaultReporterFactory(StartupReportConfiguration reportConfiguration) |
Modifier and Type | Method and Description |
---|---|
RunResult |
close()
Closes the factory, freeing resources allocated in the factory.
|
RunListener |
createReporter()
Creates a reporter.
|
RunListener |
createTestSetRunListener() |
static DefaultReporterFactory |
defaultNoXml() |
RunStatistics |
getGlobalRunStatistics() |
void |
runStarting() |
public DefaultReporterFactory(StartupReportConfiguration reportConfiguration)
public RunListener createReporter()
ReporterFactory
createReporter
in interface ReporterFactory
public RunListener createTestSetRunListener()
public RunResult close()
ReporterFactory
close
in interface ReporterFactory
public void runStarting()
public RunStatistics getGlobalRunStatistics()
public static DefaultReporterFactory defaultNoXml()
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.