| Class | Description |
|---|---|
| CheckedThread |
A thread that additionally catches exceptions and offers a joining method that
re-throws the exceptions.
|
| CommonTestUtils |
This class contains reusable utility methods for unit tests.
|
| ManuallyTriggeredDirectExecutor |
An executor that does not immediately execute a Runnable, but only executes it
upon an explicit trigger.
|
| MultiShotLatch |
Latch for synchronizing parts of code in tests.
|
| OneShotLatch |
Latch for synchronizing parts of code in tests.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.