See: Description
Class | Description |
---|---|
AsyncVerifier |
A simple class for verifying multi-threaded unit tests.
|
BlockingTestRunnable |
An implementation of
TestRunnable which will initially block the running thread with
Object.wait() when BlockingTestRunnable.handleRunStart() is invoked. |
TestableScheduler |
This differs from
NoThreadScheduler in that time is ONLY
advanced via the tick calls. |
TestCondition |
TestCondition in unit test, designed to check a condition for something that is
happening in a different thread. |
TestRunnable |
Generic runnable implementation that can be used in unit tests for verifying execution occurred.
|
TestUtils |
Generic tools to be used in unit testing.
|
Exception | Description |
---|---|
AsyncVerifier.TestFailure |
Exception to represent a failure in a test assertion.
|
TestCondition.ConditionTimeoutException |
Thrown if condition is still false after a given timeout.
|