| Package | Description |
|---|---|
| org.apache.maven.surefire.junitcore |
| Modifier and Type | Method and Description |
|---|---|
static TestSet |
TestSet.getThreadTestSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodsParallelRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest) |
protected abstract void |
ConcurrentRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest) |
void |
ClassesParallelRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest) |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrentRunListener |
ConcurrentRunListener.createInstance(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean parallelClasses,
boolean parallelBoth,
ConsoleLogger consoleLogger) |
| Constructor and Description |
|---|
ClassesParallelRunListener(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ConsoleLogger consoleLogger) |
JUnitCoreRunListener(RunListener reporter,
Map<String,TestSet> classMethodCounts) |
MethodsParallelRunListener(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean reportImmediately,
ConsoleLogger consoleLogger) |
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.