Uses of Package
org.jmock.api
Packages that use org.jmock.api
Package
Description
The jMock "Domain-Specific Embedded Language" API.
The stable API that is used to extend jMock at its published plug-in points.
These classes are tested in jmock-legacy to avoid a dependency on cglib and asm
Integrates jMock with JUnit 3.
This package contains internal implementation details.
Implementations of the core interfaces that are used to adjust or extend jMock's basic
functionality.
Actions that fake the behaviour of mocked invocations.
Classes to help test concurrent code with jMock.
Plugins that make it easier to use jMock with legacy code.
Plugins that make it easier to write custom actions by scripting their
behaviour with BeanShell.
Interfaces that define jMock's Domain Specific Embedded Language.
-
Classes in org.jmock.api used by org.jmockClassDescriptionAn object that fakes the behaviour of an
InvocationExpectation
.An object that matches, checks and fakes anInvocation
An error thrown when an expectation is violated during a test.Translates expectation errors into error type used by a specific testing framework.An object that can creates a proxy of the given type to captureInvocation
s and pass them to anInvokable
object for mocking or stubbing.The static details about a method and the run-time details of its invocation.An object that can receive anInvocation
.Creates names for mock objects that have not explicitly been given a name. -
Classes in org.jmock.api used by org.jmock.apiClassDescriptionAn object that matches, checks and fakes an
Invocation
An error thrown when an expectation is violated during a test.The static details about a method and the run-time details of its invocation.Support distinguish between building expectations and asserting against expectations.An object that can receive anInvocation
. -
Classes in org.jmock.api used by org.jmock.impostersClassDescriptionAn object that can creates a proxy of the given type to capture
Invocation
s and pass them to anInvokable
object for mocking or stubbing.An object that can receive anInvocation
. -
Classes in org.jmock.api used by org.jmock.integration.junit3ClassDescriptionAn error thrown when an expectation is violated during a test.Translates expectation errors into error type used by a specific testing framework.An object that can creates a proxy of the given type to capture
Invocation
s and pass them to anInvokable
object for mocking or stubbing.Creates names for mock objects that have not explicitly been given a name. -
Classes in org.jmock.api used by org.jmock.internalClassDescriptionAn object that fakes the behaviour of an
InvocationExpectation
.An object that matches, checks and fakes anInvocation
An object that can creates a proxy of the given type to captureInvocation
s and pass them to anInvokable
object for mocking or stubbing.The static details about a method and the run-time details of its invocation.An object that can receive anInvocation
. -
Classes in org.jmock.api used by org.jmock.libClassDescriptionAn error thrown when an expectation is violated during a test.Translates expectation errors into error type used by a specific testing framework.An object that can creates a proxy of the given type to capture
Invocation
s and pass them to anInvokable
object for mocking or stubbing.An object that can receive anInvocation
.Creates names for mock objects that have not explicitly been given a name. -
Classes in org.jmock.api used by org.jmock.lib.actionClassDescriptionAn object that fakes the behaviour of an
InvocationExpectation
.The static details about a method and the run-time details of its invocation.An object that can receive anInvocation
. -
Classes in org.jmock.api used by org.jmock.lib.concurrentClassDescriptionAn object that matches, checks and fakes an
Invocation
The static details about a method and the run-time details of its invocation.An object that can receive anInvocation
. -
Classes in org.jmock.api used by org.jmock.lib.legacyClassDescriptionAn object that can creates a proxy of the given type to capture
Invocation
s and pass them to anInvokable
object for mocking or stubbing.An object that can receive anInvocation
. -
Classes in org.jmock.api used by org.jmock.lib.scriptClassDescriptionAn object that fakes the behaviour of an
InvocationExpectation
.The static details about a method and the run-time details of its invocation.An object that can receive anInvocation
. -
Classes in org.jmock.api used by org.jmock.syntax