Uses of Interface
org.jmock.internal.StatePredicate
Packages that use StatePredicate
Package
Description
The jMock "Domain-Specific Embedded Language" API.
This package contains internal implementation details.
Classes to help test concurrent code with jMock.
Interfaces that define jMock's Domain Specific Embedded Language.
-
Uses of StatePredicate in org.jmock
Methods in org.jmock with parameters of type StatePredicate -
Uses of StatePredicate in org.jmock.internal
Subinterfaces of StatePredicate in org.jmock.internalFields in org.jmock.internal declared as StatePredicateModifier and TypeFieldDescriptionprivate final StatePredicate
InStateOrderingConstraint.statePredicate
Methods in org.jmock.internal that return StatePredicateConstructors in org.jmock.internal with parameters of type StatePredicate -
Uses of StatePredicate in org.jmock.lib.concurrent
Methods in org.jmock.lib.concurrent with parameters of type StatePredicateModifier and TypeMethodDescriptionvoid
Synchroniser.waitUntil
(StatePredicate p) Waits for a StatePredicate to become active.void
Synchroniser.waitUntil
(StatePredicate p, long timeoutMs) Waits up to a timeout for a StatePredicate to become active.private void
Synchroniser.waitUntil
(StatePredicate p, Timeout timeout) -
Uses of StatePredicate in org.jmock.syntax
Methods in org.jmock.syntax that return StatePredicate