Uses of Interface
org.jmock.api.Invokable
Packages that use Invokable
Package
Description
The jMock "Domain-Specific Embedded Language" API.
The stable API that is used to extend jMock at its published plug-in points.
These classes are tested in jmock-legacy to avoid a dependency on cglib and asm
This package contains internal implementation details.
Implementations of the core interfaces that are used to adjust or extend jMock's basic
functionality.
Actions that fake the behaviour of mocked invocations.
Classes to help test concurrent code with jMock.
Plugins that make it easier to use jMock with legacy code.
Plugins that make it easier to write custom actions by scripting their
behaviour with BeanShell.
-
Uses of Invokable in org.jmock
-
Uses of Invokable in org.jmock.api
Subinterfaces of Invokable in org.jmock.apiModifier and TypeInterfaceDescriptioninterfaceAn object that fakes the behaviour of anInvocationExpectation.Methods in org.jmock.api that return InvokableMethods in org.jmock.api with parameters of type InvokableModifier and TypeMethodDescription<T> TImposteriser.imposterise(Invokable mockObject, Class<T> mockedType, Class<?>... ancilliaryTypes) Creates an imposter for a given type that forwardsInvocations to anInvokableobject.ThreadingPolicy.synchroniseAccessTo(Invokable mockObject) -
Uses of Invokable in org.jmock.imposters
Methods in org.jmock.imposters that return InvokableMethods in org.jmock.imposters with parameters of type InvokableModifier and TypeMethodDescription<T> TByteBuddyClassImposteriser.imposterise(Invokable mockObject, Class<T> mockedType, Class<?>... ancilliaryTypes) static ObjectByteBuddyClassImposteriser.Interceptor.intercept(Object receiver, Method method, Invokable invokable, Object[] args) private <T> TByteBuddyClassImposteriser.proxy(Invokable mockObject, Class<T> mockedType, Class<?>... ancilliaryTypes) private Class<?> ByteBuddyClassImposteriser.proxyClass(Invokable mockObject, Class<?> mockedType, Class<?>... ancilliaryTypes) void -
Uses of Invokable in org.jmock.internal
Classes in org.jmock.internal that implement InvokableModifier and TypeClassDescriptionclassclassclassclassclassclassReturns a default value for the invoked method's result type.Fields in org.jmock.internal declared as InvokableModifier and TypeFieldDescriptionprivate final InvokableFakeObjectMethods.nextprivate final InvokableInvocationDiverter.nextMethods in org.jmock.internal that return InvokableMethods in org.jmock.internal with parameters of type InvokableConstructors in org.jmock.internal with parameters of type InvokableModifierConstructorDescriptionFakeObjectMethods(Invokable next) InvocationDiverter(Class<T> declaringType, T target, Invokable next) -
Uses of Invokable in org.jmock.lib
Methods in org.jmock.lib with parameters of type InvokableModifier and TypeMethodDescription<T> TJavaReflectionImposteriser.imposterise(Invokable mockObject, Class<T> mockedType, Class<?>... ancilliaryTypes) -
Uses of Invokable in org.jmock.lib.action
Classes in org.jmock.lib.action that implement InvokableModifier and TypeClassDescriptionclassReturns the next of a sequence of elements each time it is invoked.classA partial implementation of theActioninterface that makes it convenient to implement application-specific actions with inline anonymous classes.classPerforms multiple actions every time it is invoked.classReturns anEnumerationover a collection.classReturns anIteratorover a collection.classReturns a value.classThrows an exception.classReturns nothing from a void method. -
Uses of Invokable in org.jmock.lib.concurrent
Methods in org.jmock.lib.concurrent that return InvokableMethods in org.jmock.lib.concurrent with parameters of type InvokableModifier and TypeMethodDescriptionSynchroniser.synchroniseAccessTo(Invokable mockObject) private ObjectSynchroniser.synchroniseInvocation(Invokable mockObject, Invocation invocation) -
Uses of Invokable in org.jmock.lib.legacy
Methods in org.jmock.lib.legacy with parameters of type Invokable -
Uses of Invokable in org.jmock.lib.script
Classes in org.jmock.lib.script that implement InvokableModifier and TypeClassDescriptionclass