Uses of Interface
org.jmock.api.ThreadingPolicy
-
Packages that use ThreadingPolicy 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. -
-
Uses of ThreadingPolicy in org.jmock
Fields in org.jmock declared as ThreadingPolicy Modifier and Type Field Description private ThreadingPolicy
Mockery. threadingPolicy
Methods in org.jmock with parameters of type ThreadingPolicy Modifier and Type Method Description 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 Modifier and Type Class Description class
SingleThreadedPolicy
-
Uses of ThreadingPolicy in org.jmock.lib.concurrent
Classes in org.jmock.lib.concurrent that implement ThreadingPolicy Modifier and Type Class Description class
Synchroniser
A ThreadingPolicy that makes the Mockery thread-safe and helps tests synchronise with background threads.
-