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 | Field and Description |
---|---|
private ReporterFactory |
BaseProviderFactory.reporterFactory |
Modifier and Type | Method and Description |
---|---|
private static ReporterFactory |
ForkedBooter.createForkingReporterFactory(ProviderConfiguration providerConfiguration,
java.io.PrintStream originalSystemOut) |
static ReporterFactory |
SurefireReflector.createForkingReporterFactoryInCurrentClassLoader(boolean trimStackTrace,
java.io.PrintStream originalSystemOut) |
ReporterFactory |
BaseProviderFactory.getReporterFactory() |
Constructor and Description |
---|
BaseProviderFactory(ReporterFactory reporterFactory,
boolean insideFork) |
Modifier and Type | Field and Description |
---|---|
private ReporterFactory |
ConcurrentRunListener.reporterFactory |
Modifier and Type | Method and Description |
---|---|
static ConcurrentRunListener |
ConcurrentRunListener.createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean parallelClasses,
boolean parallelBoth,
ConsoleLogger consoleLogger) |
private JUnit4RunListener |
JUnitCoreProvider.createRunListener(ReporterFactory reporterFactory,
ConsoleLogger consoleLogger) |
Constructor and Description |
---|
ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ConsoleLogger consoleLogger) |
ConcurrentRunListener(ReporterFactory reporterFactory,
ConsoleLogger consoleLogger,
boolean reportImmediately,
java.util.Map<java.lang.String,TestSet> classMethodCounts) |
MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean reportImmediately,
ConsoleLogger consoleLogger) |
Modifier and Type | Method and Description |
---|---|
ReporterFactory |
ProviderParameters.getReporterFactory()
Provides features for creating reporting objects
|