Uses of Interface
org.jmock.internal.StatePredicate

Packages that use StatePredicate
org.jmock   
org.jmock.internal   
org.jmock.lib.concurrent   
org.jmock.syntax   
 

Uses of StatePredicate in org.jmock
 

Methods in org.jmock with parameters of type StatePredicate
 void Expectations.when(StatePredicate predicate)
           
 

Uses of StatePredicate in org.jmock.internal
 

Subinterfaces of StatePredicate in org.jmock.internal
 interface State
           
 

Methods in org.jmock.internal that return StatePredicate
 StatePredicate StateMachine.isNot(String state)
           
 

Constructors in org.jmock.internal with parameters of type StatePredicate
InStateOrderingConstraint(StatePredicate statePredicate)
           
 

Uses of StatePredicate in org.jmock.lib.concurrent
 

Methods in org.jmock.lib.concurrent with parameters of type StatePredicate
 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.
 

Uses of StatePredicate in org.jmock.syntax
 

Methods in org.jmock.syntax that return StatePredicate
 StatePredicate StatesClause.isNot(String name)
           
 



Copyright © 2003-2012 jMock. All Rights Reserved.