| Interface | Description |
|---|---|
| Balancer |
The Balancer controls the maximum of concurrent threads in the current Scheduler(s) and prevents
from own thread resources exhaustion if other group of schedulers share the same pool of threads.
|
| Destroyable |
Destroys the embedded thread-pool.
|
| Class | Description |
|---|---|
| BalancerFactory | |
| ParallelComputer |
ParallelComputer extends JUnit
Computer and has a shutdown functionality. |
| ParallelComputerBuilder |
Executing suites, classes and methods with defined concurrency.
|
| Scheduler |
Schedules tests, controls thread resources, awaiting tests and other schedulers finished, and
a master scheduler can shutdown slaves.
|
| SchedulingStrategies |
The factory of
SchedulingStrategy. |
| SchedulingStrategy |
Specifies the strategy of scheduling whether sequential, or parallel.
|
| ShutdownResult |
Populates collection
triggeredTests of descriptions started before shutting down. |
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.