|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReporterConfiguration | |
---|---|
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.junitcore | |
org.apache.maven.surefire.providerapi | |
org.apache.maven.surefire.report |
Uses of ReporterConfiguration in org.apache.maven.surefire.booter |
---|
Methods in org.apache.maven.surefire.booter that return ReporterConfiguration | |
---|---|
ReporterConfiguration |
ProviderConfiguration.getReporterConfiguration()
|
ReporterConfiguration |
BaseProviderFactory.getReporterConfiguration()
|
Methods in org.apache.maven.surefire.booter with parameters of type ReporterConfiguration | |
---|---|
void |
BaseProviderFactory.setReporterConfiguration(ReporterConfiguration reporterConfiguration)
|
void |
SurefireReflector.setReporterConfigurationAware(Object o,
ReporterConfiguration reporterConfiguration1)
|
Constructors in org.apache.maven.surefire.booter with parameters of type ReporterConfiguration | |
---|---|
ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters,
boolean failIfNoTests,
ReporterConfiguration reporterConfiguration,
TestArtifactInfo testArtifact,
TestRequest testSuiteDefinition,
Properties providerProperties,
Object forkTestSet)
|
Uses of ReporterConfiguration in org.apache.maven.surefire.junitcore |
---|
Methods in org.apache.maven.surefire.junitcore with parameters of type ReporterConfiguration | |
---|---|
static ConcurrentReporterManager |
ConcurrentReporterManager.createInstance(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterManagerFactory,
ReporterConfiguration reporterConfiguration,
boolean parallelClasses,
boolean parallelBoth)
|
Constructors in org.apache.maven.surefire.junitcore with parameters of type ReporterConfiguration | |
---|---|
ClassesParallelRunListener(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ReporterConfiguration reporterConfiguration)
|
|
ConcurrentReporterManager(ReporterFactory reporterFactory,
boolean reportImmediately,
ReporterConfiguration reporterConfiguration,
Map<String,TestSet> classMethodCounts)
|
|
MethodsParallelRunListener(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ReporterConfiguration reporterConfiguration,
boolean reportImmediately)
|
Uses of ReporterConfiguration in org.apache.maven.surefire.providerapi |
---|
Methods in org.apache.maven.surefire.providerapi that return ReporterConfiguration | |
---|---|
ReporterConfiguration |
ProviderParameters.getReporterConfiguration()
The raw parameters used in creating the ReporterManagerFactory |
Uses of ReporterConfiguration in org.apache.maven.surefire.report |
---|
Methods in org.apache.maven.surefire.report with parameters of type ReporterConfiguration | |
---|---|
protected List |
ReporterManagerFactory.instantiateReportsNewStyle(List reportDefinitions,
ReporterConfiguration reporterConfiguration,
ClassLoader classLoader)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |