Uses of Interface
org.jmock.api.ThreadingPolicy
Packages that use ThreadingPolicy
Package
Description
The jMock "Domain-Specific Embedded Language" API.
This package contains internal implementation details.
Classes to help test concurrent code with jMock.
-
Uses of ThreadingPolicy in org.jmock
Fields in org.jmock declared as ThreadingPolicyMethods in org.jmock with parameters of type ThreadingPolicyModifier and TypeMethodDescriptionvoidMockery.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 -
Uses of ThreadingPolicy in org.jmock.lib.concurrent
Classes in org.jmock.lib.concurrent that implement ThreadingPolicyModifier and TypeClassDescriptionclassA ThreadingPolicy that makes the Mockery thread-safe and helps tests synchronise with background threads.