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.
|
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–2018 The Apache Software Foundation. All rights reserved.