Uses of Interface
org.jmock.lib.concurrent.internal.Timeout
Packages that use Timeout
Package
Description
Classes to help test concurrent code with jMock.
-
Uses of Timeout in org.jmock.lib.concurrent
Methods in org.jmock.lib.concurrent with parameters of type TimeoutModifier and TypeMethodDescriptionprivate void
Synchroniser.waitUntil
(StatePredicate p, Timeout timeout) -
Uses of Timeout in org.jmock.lib.concurrent.internal
Classes in org.jmock.lib.concurrent.internal that implement TimeoutModifier and TypeClassDescriptionclass
A Timeout of fixed duration from the time the FixedTimeout object is instantiated.class
A Timeout that never times out.