Uses of Class
org.jmock.api.Invocation
Packages that use Invocation
Package
Description
The jMock "Domain-Specific Embedded Language" API.
The stable API that is used to extend jMock at its published plug-in points.
This package contains internal implementation details.
Actions that fake the behaviour of mocked invocations.
Classes to help test concurrent code with jMock.
Plugins that make it easier to write custom actions by scripting their
behaviour with BeanShell.
-
Uses of Invocation in org.jmock
Fields in org.jmock with type parameters of type InvocationMethods in org.jmock with parameters of type InvocationModifier and TypeMethodDescriptionprivate voidMockery.describeMismatch(Invocation invocation, org.hamcrest.Description description) private ObjectMockery.dispatch(Invocation invocation) Mockery.MockObject.invoke(Invocation invocation) -
Uses of Invocation in org.jmock.api
Fields in org.jmock.api declared as InvocationMethods in org.jmock.api with parameters of type InvocationModifier and TypeMethodDescriptionvoidExpectation.describeMismatch(Invocation invocation, org.hamcrest.Description description) voidInvocationDispatcher.describeMismatch(Invocation invocation, org.hamcrest.Description description) InvocationDispatcher.dispatch(Invocation invocation) booleanInvocation.equals(Invocation other) Expectation.invoke(Invocation invocation) Invokes the expectation: records that the invocation has occurred and fakes some behaviour in response.Invokable.invoke(Invocation invocation) Performs an action in response to an invocation.booleanExpectation.matches(Invocation invocation) Can the Expectation be invoked with invocation?static ExpectationErrorExpectationError.unexpected(String message, Invocation invocation) Constructors in org.jmock.api with parameters of type InvocationModifierConstructorDescriptionExpectationError(String message, org.hamcrest.SelfDescribing expectations, Invocation invocation) Invocation(Invocation.ExpectationMode mode, Invocation other) -
Uses of Invocation in org.jmock.internal
Methods in org.jmock.internal with parameters of type InvocationModifier and TypeMethodDescriptionprivate voidInvocationExpectationBuilder.checkParameterMatcherCount(Invocation invocation) voidExpectationCapture.createExpectationFrom(Invocation invocation) voidInvocationExpectationBuilder.createExpectationFrom(Invocation invocation) voidInvocationExpectation.describeMismatch(Invocation invocation, org.hamcrest.Description description) FakeObjectMethods.invoke(Invocation invocation) InvocationDiverter.invoke(Invocation invocation) InvocationExpectation.invoke(Invocation invocation) InvocationToExpectationTranslator.invoke(Invocation invocation) ReturnDefaultValueAction.invoke(Invocation invocation) booleanInvocationExpectation.matches(Invocation invocation) -
Uses of Invocation in org.jmock.lib.action
Methods in org.jmock.lib.action with parameters of type InvocationModifier and TypeMethodDescriptionActionSequence.invoke(Invocation invocation) DoAllAction.invoke(Invocation invocation) Enumeration<?> ReturnEnumerationAction.invoke(Invocation invocation) Iterator<?> ReturnIteratorAction.invoke(Invocation invocation) ReturnValueAction.invoke(Invocation invocation) ThrowAction.invoke(Invocation invocation) VoidAction.invoke(Invocation invocation) -
Uses of Invocation in org.jmock.lib.concurrent
Methods in org.jmock.lib.concurrent with parameters of type InvocationModifier and TypeMethodDescriptionprivate Iterable<org.hamcrest.SelfDescribing> UnsynchronisedInvocationDispatcher.describedWith(Iterable<Expectation> expectations, Invocation invocation) voidSynchronisingInvocationDispatcherWrapper.describeMismatch(Invocation invocation, org.hamcrest.Description description) voidUnsynchronisedInvocationDispatcher.describeMismatch(Invocation invocation, org.hamcrest.Description description) SynchronisingInvocationDispatcherWrapper.dispatch(Invocation invocation) UnsynchronisedInvocationDispatcher.dispatch(Invocation invocation) private ObjectSynchroniser.synchroniseInvocation(Invokable mockObject, Invocation invocation) -
Uses of Invocation in org.jmock.lib.script
Methods in org.jmock.lib.script with parameters of type InvocationModifier and TypeMethodDescriptionprivate voidScriptedAction.defineParameters(bsh.Interpreter interpreter, Invocation invocation) ScriptedAction.invoke(Invocation invocation)