Uses of Interface
org.jmock.api.ThreadingPolicy

Packages that use ThreadingPolicy
org.jmock   
org.jmock.internal   
org.jmock.lib.concurrent   
 

Uses of ThreadingPolicy in org.jmock
 

Methods in org.jmock with parameters of type ThreadingPolicy
 void Mockery.setThreadingPolicy(ThreadingPolicy threadingPolicy)
          Changes the policy by which the Mockery copes with multiple threads.
 

Uses of ThreadingPolicy in org.jmock.internal
 

Classes in org.jmock.internal that implement ThreadingPolicy
 class SingleThreadedPolicy
           
 

Uses of ThreadingPolicy in org.jmock.lib.concurrent
 

Classes in org.jmock.lib.concurrent that implement ThreadingPolicy
 class Synchroniser
          A ThreadingPolicy that makes the Mockery thread-safe and helps tests synchronise with background threads.
 



Copyright © 2003-2012 jMock. All Rights Reserved.