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