| Package | Description |
|---|---|
| org.pantsbuild.tools.junit.impl | |
| org.pantsbuild.tools.junit.impl.experimental |
| Modifier and Type | Method and Description |
|---|---|
static Concurrency |
Concurrency.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Concurrency[] |
Concurrency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConcurrentCompositeRequestRunner(java.util.List<org.junit.runner.Request> requests,
Concurrency defaultConcurrency,
int numThreads) |
ConcurrentRunnerScheduler(Concurrency defaultConcurrency,
int numThreads)
A concurrent scheduler to run junit tests in parallel if possible, followed by tests that can
only be run in serial.
|
| Constructor and Description |
|---|
ConcurrentComputer(Concurrency concurrency,
int numParallelThreads) |