Uses of Class
org.jmock.api.Invocation
-
Packages that use Invocation 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.action Actions that fake the behaviour of mocked invocations.org.jmock.lib.script Plugins that make it easier to write custom actions by scripting their behaviour with BeanShell. -
-
Uses of Invocation in org.jmock.api
Fields in org.jmock.api declared as Invocation Modifier and Type Field Description InvocationExpectationError. invocationMethods in org.jmock.api with parameters of type Invocation Modifier and Type Method Description voidExpectation. describeMismatch(Invocation invocation, org.hamcrest.Description description)booleanInvocation. equals(Invocation other)ObjectExpectation. invoke(Invocation invocation)Invokes the expectation: records that the invocation has occurred and fakes some behaviour in response.ObjectInvokable. 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 Invocation Constructor Description ExpectationError(String message, org.hamcrest.SelfDescribing expectations, Invocation invocation) -
Uses of Invocation in org.jmock.internal
Methods in org.jmock.internal with parameters of type Invocation Modifier and Type Method Description voidExpectationCapture. createExpectationFrom(Invocation invocation)voidInvocationExpectationBuilder. createExpectationFrom(Invocation invocation)voidInvocationDispatcher. describeMismatch(Invocation invocation, org.hamcrest.Description description)voidInvocationExpectation. describeMismatch(Invocation invocation, org.hamcrest.Description description)ObjectInvocationDispatcher. dispatch(Invocation invocation)ObjectFakeObjectMethods. invoke(Invocation invocation)ObjectInvocationDiverter. invoke(Invocation invocation)ObjectInvocationExpectation. invoke(Invocation invocation)ObjectInvocationToExpectationTranslator. invoke(Invocation invocation)ObjectReturnDefaultValueAction. 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 Invocation Modifier and Type Method Description ObjectActionSequence. invoke(Invocation invocation)ObjectDoAllAction. invoke(Invocation invocation)Enumeration<?>ReturnEnumerationAction. invoke(Invocation invocation)Iterator<?>ReturnIteratorAction. invoke(Invocation invocation)ObjectReturnValueAction. invoke(Invocation invocation)ObjectThrowAction. invoke(Invocation invocation)ObjectVoidAction. invoke(Invocation invocation) -
Uses of Invocation in org.jmock.lib.script
Methods in org.jmock.lib.script with parameters of type Invocation Modifier and Type Method Description ObjectScriptedAction. invoke(Invocation invocation)
-