See: Description
Class | Description |
---|---|
AsyncVerifier |
A simple class for verifying multi-threaded unit tests.
|
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 |
---|---|
TestCondition.ConditionTimeoutException |
Thrown if condition is still false after a given timeout.
|