| Interface | Description |
|---|---|
| ParallelExecutor |
Executor that executes multiple tasks in parallel as part of the main body of concurrent test.
|
| RunnableWithException |
Like Runnable, but allows the run method to throw an exception
|
| Runner |
Code that actually runs a single concurrent test method.
|
| Utilities |
| Class | Description |
|---|---|
| ConcurrentTestRunner |
Test runner for tests that involve multiple threads.
|