| AbstractThreadPoolStrategy |
Abstract parallel scheduling strategy in private package.
|
| BalancerFactory |
|
| Concurrency |
|
| InvokerStrategy |
The sequentially executing strategy in private package.
|
| NonSharedThreadPoolStrategy |
Parallel strategy for non-shared thread pool in private package.
|
| NullBalancer |
This balancer implements Balancer and does not do anything -no blocking operation.
|
| ParallelComputer |
ParallelComputer extends JUnit Computer and has a shutdown functionality.
|
| ParallelComputerBuilder |
|
| ParallelComputerUtil |
|
| RunnerCounter |
Counts number of JUnit suites, classes and methods.
|
| Scheduler |
Schedules tests, controls thread resources, awaiting tests and other schedulers finished, and
a master scheduler can shutdown slaves.
|
| SchedulingStrategies |
|
| SchedulingStrategy |
Specifies the strategy of scheduling whether sequential, or parallel.
|
| SharedThreadPoolStrategy |
Parallel strategy for shared thread pool in private package.
|
| ShutdownResult |
Populates collection triggeredTests of descriptions started before shutting down.
|
| ShutdownStatus |
|
| SingleThreadScheduler |
Used to execute tests annotated with net.jcip.annotations.NotThreadSafe.
|
| ThreadResourcesBalancer |
|
| WrappedRunners |
We need to wrap runners in a suite and count children of these runners.
|