|
||||||||||
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(java.lang.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,
java.util.Properties providerProperties,
java.lang.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(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterManagerFactory,
ReporterConfiguration reporterConfiguration,
boolean parallelClasses,
boolean parallelBoth)
|
Constructors in org.apache.maven.surefire.junitcore with parameters of type ReporterConfiguration | |
---|---|
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)
|
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 java.util.List |
ReporterManagerFactory.instantiateReportsNewStyle(java.util.List reportDefinitions,
ReporterConfiguration reporterConfiguration,
java.lang.ClassLoader classLoader)
|
Constructors in org.apache.maven.surefire.report with parameters of type ReporterConfiguration | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |