Uses of Interface
org.jmock.lib.concurrent.internal.Timeout
-
Packages that use Timeout Package Description org.jmock.lib.concurrent Classes to help test concurrent code with jMock.org.jmock.lib.concurrent.internal -
-
Uses of Timeout in org.jmock.lib.concurrent
Methods in org.jmock.lib.concurrent with parameters of type Timeout Modifier and Type Method Description private voidSynchroniser. waitUntil(StatePredicate p, Timeout timeout) -
Uses of Timeout in org.jmock.lib.concurrent.internal
Classes in org.jmock.lib.concurrent.internal that implement Timeout Modifier and Type Class Description classFixedTimeoutA Timeout of fixed duration from the time the FixedTimeout object is instantiated.classInfiniteTimeoutA Timeout that never times out.
-