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 |
---|---|
ReporterFactory |
BaseProviderFactory.getReporterFactory() |
Constructor and Description |
---|
BaseProviderFactory(ReporterFactory reporterFactory,
boolean insideFork) |
Modifier and Type | Method and Description |
---|---|
static ConcurrentRunListener |
ConcurrentRunListener.createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean parallelClasses,
boolean parallelBoth,
ConsoleStream consoleStream) |
private JUnit4RunListener |
JUnitCoreProvider.createRunListener(ReporterFactory reporterFactory,
ConsoleStream consoleStream) |
Constructor and Description |
---|
ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ConsoleStream consoleStream) |
ConcurrentRunListener(ReporterFactory reporterFactory,
ConsoleStream consoleStream,
boolean reportImmediately,
java.util.Map<java.lang.String,TestSet> classMethodCounts) |
MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean reportImmediately,
ConsoleStream consoleStream) |
Modifier and Type | Method and Description |
---|---|
ReporterFactory |
ProviderParameters.getReporterFactory()
Provides features for creating reporting objects
|