Uses of Class
org.jmock.api.Invocation
-
Packages that use Invocation 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.internal This package contains internal implementation details.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.script 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 Invocation Modifier and Type Field Description private java.util.List<Invocation>Mockery. actualInvocationsMethods in org.jmock with parameters of type Invocation Modifier and Type Method Description private voidMockery. describeMismatch(Invocation invocation, org.hamcrest.Description description)private java.lang.ObjectMockery. dispatch(Invocation invocation)java.lang.ObjectMockery.MockObject. invoke(Invocation invocation) -
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)voidInvocationDispatcher. describeMismatch(Invocation invocation, org.hamcrest.Description description)java.lang.ObjectInvocationDispatcher. dispatch(Invocation invocation)booleanInvocation. equals(Invocation other)java.lang.ObjectExpectation. invoke(Invocation invocation)Invokes the expectation: records that the invocation has occurred and fakes some behaviour in response.java.lang.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(java.lang.String message, Invocation invocation)Constructors in org.jmock.api with parameters of type Invocation Constructor Description ExpectationError(java.lang.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 Invocation Modifier and Type Method Description private voidInvocationExpectationBuilder. checkParameterMatcherCount(Invocation invocation)voidExpectationCapture. createExpectationFrom(Invocation invocation)voidInvocationExpectationBuilder. createExpectationFrom(Invocation invocation)voidInvocationExpectation. describeMismatch(Invocation invocation, org.hamcrest.Description description)java.lang.ObjectFakeObjectMethods. invoke(Invocation invocation)java.lang.ObjectInvocationDiverter. invoke(Invocation invocation)java.lang.ObjectInvocationExpectation. invoke(Invocation invocation)java.lang.ObjectInvocationToExpectationTranslator. invoke(Invocation invocation)java.lang.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 java.lang.ObjectActionSequence. invoke(Invocation invocation)java.lang.ObjectDoAllAction. invoke(Invocation invocation)java.util.Enumeration<?>ReturnEnumerationAction. invoke(Invocation invocation)java.util.Iterator<?>ReturnIteratorAction. invoke(Invocation invocation)java.lang.ObjectReturnValueAction. invoke(Invocation invocation)java.lang.ObjectThrowAction. invoke(Invocation invocation)java.lang.ObjectVoidAction. invoke(Invocation invocation) -
Uses of Invocation in org.jmock.lib.concurrent
Methods in org.jmock.lib.concurrent with parameters of type Invocation Modifier and Type Method Description private java.lang.Iterable<org.hamcrest.SelfDescribing>UnsynchronisedInvocationDispatcher. describedWith(java.lang.Iterable<Expectation> expectations, Invocation invocation)voidSynchronisingInvocationDispatcherWrapper. describeMismatch(Invocation invocation, org.hamcrest.Description description)voidUnsynchronisedInvocationDispatcher. describeMismatch(Invocation invocation, org.hamcrest.Description description)java.lang.ObjectSynchronisingInvocationDispatcherWrapper. dispatch(Invocation invocation)java.lang.ObjectUnsynchronisedInvocationDispatcher. dispatch(Invocation invocation)private java.lang.ObjectSynchroniser. synchroniseInvocation(Invokable mockObject, 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 private voidScriptedAction. defineParameters(bsh.Interpreter interpreter, Invocation invocation)java.lang.ObjectScriptedAction. invoke(Invocation invocation)
-