public class ReporterManagerFactory extends java.lang.Object implements ReporterFactory
| Modifier and Type | Field and Description |
|---|---|
protected RunReporter |
first |
protected RunStatistics |
globalRunStatistics |
protected java.lang.Object |
lock |
protected java.util.List |
reportDefinitions |
protected java.lang.ClassLoader |
surefireClassLoader |
| Constructor and Description |
|---|
ReporterManagerFactory(java.lang.ClassLoader surefireClassLoader,
ReporterConfiguration reporterConfiguration) |
ReporterManagerFactory(java.util.List reportDefinitions,
java.lang.ClassLoader surefireClassLoader,
ReporterConfiguration reporterConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
RunResult |
close() |
Reporter |
createReporter()
Creates a (non-thread-safe) reporter
|
RunStatistics |
getGlobalRunStatistics() |
protected java.util.List |
instantiateReportsNewStyle(java.util.List reportDefinitions,
ReporterConfiguration reporterConfiguration,
java.lang.ClassLoader classLoader) |
protected final java.util.List reportDefinitions
protected final java.lang.ClassLoader surefireClassLoader
protected final RunStatistics globalRunStatistics
protected RunReporter first
protected final java.lang.Object lock
public ReporterManagerFactory(java.util.List reportDefinitions,
java.lang.ClassLoader surefireClassLoader,
ReporterConfiguration reporterConfiguration)
public ReporterManagerFactory(java.lang.ClassLoader surefireClassLoader,
ReporterConfiguration reporterConfiguration)
public RunStatistics getGlobalRunStatistics()
getGlobalRunStatistics in interface ReporterFactorypublic Reporter createReporter()
ReporterFactorycreateReporter in interface ReporterFactorypublic RunResult close()
close in interface ReporterFactoryprotected java.util.List instantiateReportsNewStyle(java.util.List reportDefinitions,
ReporterConfiguration reporterConfiguration,
java.lang.ClassLoader classLoader)
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.