Uses of Package
org.jmock.api
-
Packages that use org.jmock.api 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. -
Classes in org.jmock.api used by org.jmock Class Description Action An object that fakes the behaviour of anInvocationExpectation
.Expectation An object that matches, checks and fakes anInvocation
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 captureInvocation
s and pass them to anInvokable
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 anInvocation
.MockObjectNamingScheme Creates names for mock objects that have not explicitly been given a name.ThreadingPolicy -
Classes in org.jmock.api used by org.jmock.api Class 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 anInvocation
. -
Classes in org.jmock.api used by org.jmock.integration.junit3 Class 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 captureInvocation
s and pass them to anInvokable
object for mocking or stubbing.MockObjectNamingScheme Creates names for mock objects that have not explicitly been given a name. -
Classes in org.jmock.api used by org.jmock.internal Class Description Action An object that fakes the behaviour of anInvocationExpectation
.Expectation An object that matches, checks and fakes anInvocation
Imposteriser An object that can creates a proxy of the given type to captureInvocation
s and pass them to anInvokable
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 anInvocation
.ThreadingPolicy -
Classes in org.jmock.api used by org.jmock.lib Class 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 captureInvocation
s and pass them to anInvokable
object for mocking or stubbing.Invokable An object that can receive anInvocation
.MockObjectNamingScheme Creates names for mock objects that have not explicitly been given a name. -
Classes in org.jmock.api used by org.jmock.lib.action Class Description Action An object that fakes the behaviour of anInvocationExpectation
.Invocation The static details about a method and the run-time details of its invocation.Invokable An object that can receive anInvocation
. -
Classes in org.jmock.api used by org.jmock.lib.concurrent Class Description Invocation The static details about a method and the run-time details of its invocation.Invokable An object that can receive anInvocation
.ThreadingPolicy -
Classes in org.jmock.api used by org.jmock.lib.legacy Class Description Imposteriser An object that can creates a proxy of the given type to captureInvocation
s and pass them to anInvokable
object for mocking or stubbing.Invokable An object that can receive anInvocation
. -
Classes in org.jmock.api used by org.jmock.lib.script Class Description Action An object that fakes the behaviour of anInvocationExpectation
.Invocation The static details about a method and the run-time details of its invocation.Invokable An object that can receive anInvocation
. -
Classes in org.jmock.api used by org.jmock.syntax Class Description Action An object that fakes the behaviour of anInvocationExpectation
.