| Class | Description |
|---|---|
| BlockerSync |
A utility to help synchronize two threads in cases where one of them is supposed to reach
a blocking state before the other may continue.
|
| 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.
|
| FilteredClassLoader |
A ClassLoader that filters out certain classes (by name) and throws a ClassNotFoundException
when they should be loaded.
|
| 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–2019 The Apache Software Foundation. All rights reserved.