Package | Description |
---|---|
org.apache.maven.plugin.surefire.report | |
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.junitcore | |
org.apache.maven.surefire.providerapi |
Modifier and Type | Class and Description |
---|---|
class |
DefaultReporterFactory
Provides reporting modules on the plugin side.
|
Modifier and Type | Class and Description |
---|---|
class |
ForkingReporterFactory
Creates ForkingReporters, which are typically one instance per TestSet or thread.
|
Modifier and Type | Method and Description |
---|---|
static ReporterFactory |
SurefireReflector.createForkingReporterFactoryInCurrentClassLoader(boolean trimStackTrace,
PrintStream originalSystemOut) |
ReporterFactory |
BaseProviderFactory.getReporterFactory() |
Constructor and Description |
---|
BaseProviderFactory(ReporterFactory reporterFactory,
boolean insideFork) |
Modifier and Type | Method and Description |
---|---|
static ConcurrentRunListener |
ConcurrentRunListener.createInstance(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean parallelClasses,
boolean parallelBoth,
ConsoleLogger consoleLogger) |
Constructor and Description |
---|
ClassesParallelRunListener(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ConsoleLogger consoleLogger) |
MethodsParallelRunListener(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean reportImmediately,
ConsoleLogger consoleLogger) |
Modifier and Type | Method and Description |
---|---|
ReporterFactory |
ProviderParameters.getReporterFactory()
Provides features for creating reporting objects
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.