Package | Description |
---|---|
org.jmock.api |
The stable API that is used to extend jMock at its published plug-in points.
|
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 |
---|---|
InvocationDispatcher |
ThreadingPolicy.dispatcher() |
Modifier and Type | Method and Description |
---|---|
InvocationDispatcher |
SingleThreadedPolicy.dispatcher() |
Modifier and Type | Class and Description |
---|---|
class |
SynchronisingInvocationDispatcherWrapper
I synchronise my delegate.
|
class |
UnsynchronisedInvocationDispatcher |
Modifier and Type | Method and Description |
---|---|
InvocationDispatcher |
Synchroniser.dispatcher() |
Constructor and Description |
---|
Synchroniser(InvocationDispatcher dispatcher) |
SynchronisingInvocationDispatcherWrapper(InvocationDispatcher dispatcher) |
Copyright © 2003–2024 jMock. All rights reserved.