Package | Description |
---|---|
org.apache.maven.surefire.junitcore |
Modifier and Type | Method and Description |
---|---|
static TestSet |
TestSet.getThreadTestSet() |
Modifier and Type | Method and Description |
---|---|
protected 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(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterManagerFactory,
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-2012 Apache Software Foundation. All Rights Reserved.