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.
|
Modifier and Type | Method and Description |
---|---|
void |
Mockery.setThreadingPolicy(ThreadingPolicy threadingPolicy)
Changes the policy by which the Mockery copes with multiple threads.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleThreadedPolicy |
Modifier and Type | Class and Description |
---|---|
class |
Synchroniser
A ThreadingPolicy that makes the Mockery thread-safe and
helps tests synchronise with background threads.
|
Copyright © 2003–2021 jMock. All rights reserved.