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.threadToCurrentInvocationprivate final List<Invocation> MocksBehavior.unexpectedCallsMethods in org.easymock.internal that return InvocationMethods in org.easymock.internal with parameters of type InvocationModifier and TypeMethodDescriptionIMocksBehavior.addActual(Invocation invocation) final ResultMocksBehavior.addActual(Invocation actual) UnorderedBehavior.addActual(Invocation actual) private List<IArgumentMatcher> ExpectedInvocation.createMissingMatchers(Invocation invocation, List<IArgumentMatcher> matchers) UnorderedBehavior.getMessages(Invocation invocation) private ResultMocksBehavior.getStubResult(Invocation actual) IMocksControlState.invoke(Invocation invocation) RecordState.invoke(Invocation invocation) ReplayState.invoke(Invocation invocation) private ObjectReplayState.invokeInner(Invocation invocation) booleanExpectedInvocation.matches(Invocation actual) static voidLastControl.pushCurrentInvocation(Invocation invocation) Constructors in org.easymock.internal with parameters of type InvocationModifierConstructorDescriptionExpectedInvocation(Invocation invocation, List<IArgumentMatcher> matchers)