| Package | Description |
|---|---|
| org.apache.maven.surefire.junitcore |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,TestSet> |
ConcurrentReporterManager.classMethodCounts |
| Modifier and Type | Method and Description |
|---|---|
protected TestSet |
ConcurrentReporterManager.getTestSet(ReportEntry description) |
static TestSet |
TestSet.getThreadTestSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ConcurrentReporterManager.checkIfTestSetCanBeReported(TestSet testSetForTest) |
void |
MethodsParallelRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest) |
void |
ClassesParallelRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest) |
| 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) |
JUnitCoreRunListener(Reporter reporter,
java.util.Map<java.lang.String,TestSet> classMethodCounts) |
MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ReporterConfiguration reporterConfiguration,
boolean reportImmediately) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.