| Package | Description |
|---|---|
| org.apache.maven.surefire.booter | |
| org.apache.maven.surefire.junitcore | |
| org.apache.maven.surefire.providerapi | |
| org.apache.maven.surefire.report |
| Modifier and Type | Method and Description |
|---|---|
ReporterConfiguration |
ProviderConfiguration.getReporterConfiguration() |
ReporterConfiguration |
BaseProviderFactory.getReporterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseProviderFactory.setReporterConfiguration(ReporterConfiguration reporterConfiguration) |
void |
SurefireReflector.setReporterConfigurationAware(java.lang.Object o,
ReporterConfiguration reporterConfiguration1) |
| Constructor and Description |
|---|
ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters,
boolean failIfNoTests,
ReporterConfiguration reporterConfiguration,
TestArtifactInfo testArtifact,
TestRequest testSuiteDefinition,
java.util.Properties providerProperties,
java.lang.Object forkTestSet) |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrentReporterManager |
ConcurrentReporterManager.createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterManagerFactory,
ReporterConfiguration reporterConfiguration,
boolean parallelClasses,
boolean parallelBoth) |
| Constructor and Description |
|---|
ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ReporterConfiguration reporterConfiguration) |
ConcurrentReporterManager(ReporterFactory reporterFactory,
boolean reportImmediately,
ReporterConfiguration reporterConfiguration,
java.util.Map<java.lang.String,TestSet> classMethodCounts) |
MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ReporterConfiguration reporterConfiguration,
boolean reportImmediately) |
| Modifier and Type | Method and Description |
|---|---|
ReporterConfiguration |
ProviderParameters.getReporterConfiguration()
The raw parameters used in creating the ReporterManagerFactory
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List |
ReporterManagerFactory.instantiateReportsNewStyle(java.util.List reportDefinitions,
ReporterConfiguration reporterConfiguration,
java.lang.ClassLoader classLoader) |
| Constructor and Description |
|---|
AbstractConsoleReporter(java.lang.String format,
ReporterConfiguration reporterConfiguration) |
AbstractFileReporter(ReporterConfiguration reporterConfiguration,
java.lang.String format) |
AbstractReporter(ReporterConfiguration reporterConfiguration) |
AbstractTextReporter(java.io.PrintWriter writer,
java.lang.String format,
ReporterConfiguration reporterConfiguration) |
AbstractTextReporter(ReporterConfiguration reporterConfiguration,
java.lang.String format) |
BriefConsoleReporter(ReporterConfiguration reporterConfiguration) |
BriefFileReporter(ReporterConfiguration reporterConfiguration) |
ConsoleReporter(ReporterConfiguration reporterConfiguration) |
DetailedConsoleReporter(ReporterConfiguration reporterConfiguration) |
FileReporter(ReporterConfiguration reporterConfiguration) |
ForkingConsoleReporter(ReporterConfiguration reporterConfiguration) |
ReporterManagerFactory(java.lang.ClassLoader surefireClassLoader,
ReporterConfiguration reporterConfiguration) |
ReporterManagerFactory(java.util.List reportDefinitions,
java.lang.ClassLoader surefireClassLoader,
ReporterConfiguration reporterConfiguration) |
XMLReporter(ReporterConfiguration reporterConfiguration) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.