Uses of Class
org.easymock.internal.Invocation
Packages that use Invocation
-
Uses of Invocation in org.easymock.internal
Fields in org.easymock.internal declared as InvocationFields in org.easymock.internal with type parameters of type InvocationModifier and TypeFieldDescriptionprivate static final ThreadLocal<List<Invocation>>
LastControl.threadToCurrentInvocation
private final List<Invocation>
MocksBehavior.unexpectedCalls
Methods in org.easymock.internal that return InvocationMethods in org.easymock.internal with parameters of type InvocationModifier and TypeMethodDescriptionIMocksBehavior.addActual
(Invocation invocation) final Result
MocksBehavior.addActual
(Invocation actual) UnorderedBehavior.addActual
(Invocation actual) private List<IArgumentMatcher>
ExpectedInvocation.createMissingMatchers
(Invocation invocation, List<IArgumentMatcher> matchers) UnorderedBehavior.getMessages
(Invocation invocation) private Result
MocksBehavior.getStubResult
(Invocation actual) IMocksControlState.invoke
(Invocation invocation) RecordState.invoke
(Invocation invocation) ReplayState.invoke
(Invocation invocation) private Object
ReplayState.invokeInner
(Invocation invocation) boolean
ExpectedInvocation.matches
(Invocation actual) static void
LastControl.pushCurrentInvocation
(Invocation invocation) Constructors in org.easymock.internal with parameters of type InvocationModifierConstructorDescriptionExpectedInvocation
(Invocation invocation, List<IArgumentMatcher> matchers)