Package | Description |
---|---|
org.jmock |
The jMock "Domain-Specific Embedded Language" API.
|
org.jmock.api |
The stable API that is used to extend jMock at its published plug-in points.
|
org.jmock.integration.junit3 |
Integrates jMock with JUnit 3.
|
org.jmock.internal |
This package contains internal implementation details.
|
org.jmock.lib |
Implementations of the core interfaces that are used to adjust or extend jMock's basic
functionality.
|
org.jmock.lib.action |
Actions that fake the behaviour of mocked invocations.
|
org.jmock.lib.concurrent |
Classes to help test concurrent code with jMock.
|
org.jmock.lib.legacy |
Plugins that make it easier to use jMock with legacy code.
|
org.jmock.lib.script |
Plugins that make it easier to write custom actions by scripting their
behaviour with BeanShell.
|
org.jmock.syntax |
Interfaces that define jMock's Domain Specific Embedded Language.
|
Class and Description |
---|
Action
An object that fakes the behaviour of an
InvocationExpectation . |
Expectation
An object that matches, checks and fakes an
Invocation |
ExpectationErrorTranslator
Translates expectation errors into error type used by a specific
testing framework.
|
Imposteriser
An object that can creates a proxy of the given type to capture
Invocation s and pass them to an
Invokable object for mocking or stubbing. |
MockObjectNamingScheme
Creates names for mock objects that have not explicitly been
given a name.
|
ThreadingPolicy |
Class and Description |
---|
ExpectationError
An error thrown when an expectation is violated during a test.
|
Invocation
The static details about a method and the run-time details of its invocation.
|
Invokable
An object that can receive an
Invocation . |
Class and Description |
---|
ExpectationError
An error thrown when an expectation is violated during a test.
|
ExpectationErrorTranslator
Translates expectation errors into error type used by a specific
testing framework.
|
Imposteriser
An object that can creates a proxy of the given type to capture
Invocation s and pass them to an
Invokable object for mocking or stubbing. |
MockObjectNamingScheme
Creates names for mock objects that have not explicitly been
given a name.
|
Class and Description |
---|
Action
An object that fakes the behaviour of an
InvocationExpectation . |
Expectation
An object that matches, checks and fakes an
Invocation |
Imposteriser
An object that can creates a proxy of the given type to capture
Invocation s and pass them to an
Invokable object for mocking or stubbing. |
Invocation
The static details about a method and the run-time details of its invocation.
|
Invokable
An object that can receive an
Invocation . |
ThreadingPolicy |
Class and Description |
---|
ExpectationError
An error thrown when an expectation is violated during a test.
|
ExpectationErrorTranslator
Translates expectation errors into error type used by a specific
testing framework.
|
Imposteriser
An object that can creates a proxy of the given type to capture
Invocation s and pass them to an
Invokable object for mocking or stubbing. |
Invokable
An object that can receive an
Invocation . |
MockObjectNamingScheme
Creates names for mock objects that have not explicitly been
given a name.
|
Class and Description |
---|
Action
An object that fakes the behaviour of an
InvocationExpectation . |
Invocation
The static details about a method and the run-time details of its invocation.
|
Invokable
An object that can receive an
Invocation . |
Class and Description |
---|
Invokable
An object that can receive an
Invocation . |
ThreadingPolicy |
Class and Description |
---|
Imposteriser
An object that can creates a proxy of the given type to capture
Invocation s and pass them to an
Invokable object for mocking or stubbing. |
Invokable
An object that can receive an
Invocation . |
Class and Description |
---|
Action
An object that fakes the behaviour of an
InvocationExpectation . |
Invocation
The static details about a method and the run-time details of its invocation.
|
Invokable
An object that can receive an
Invocation . |
Class and Description |
---|
Action
An object that fakes the behaviour of an
InvocationExpectation . |
Copyright © 2003–2018 jMock. All rights reserved.