Uses of Interface
org.jmock.internal.StatePredicate
-
Packages that use StatePredicate Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.internal This package contains internal implementation details.org.jmock.lib.concurrent Classes to help test concurrent code with jMock.org.jmock.syntax Interfaces that define jMock's Domain Specific Embedded Language. -
-
Uses of StatePredicate in org.jmock
Methods in org.jmock with parameters of type StatePredicate Modifier and Type Method Description void
AbstractExpectations. when(StatePredicate predicate)
-
Uses of StatePredicate in org.jmock.internal
Subinterfaces of StatePredicate in org.jmock.internal Modifier and Type Interface Description interface
State
Fields in org.jmock.internal declared as StatePredicate Modifier and Type Field Description private StatePredicate
InStateOrderingConstraint. statePredicate
Methods in org.jmock.internal that return StatePredicate Modifier and Type Method Description StatePredicate
StateMachine. isNot(java.lang.String state)
Constructors in org.jmock.internal with parameters of type StatePredicate Constructor Description InStateOrderingConstraint(StatePredicate statePredicate)
-
Uses of StatePredicate in org.jmock.lib.concurrent
Methods in org.jmock.lib.concurrent with parameters of type StatePredicate Modifier and Type Method Description void
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 Modifier and Type Method Description StatePredicate
StatesClause. isNot(java.lang.String name)
-