Uses of Class
org.easymock.internal.Invocation
Packages that use Invocation
-
Uses of Invocation in org.easymock.internal
Methods 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) UnorderedBehavior.getMessages(Invocation invocation) IMocksControlState.invoke(Invocation invocation) RecordState.invoke(Invocation invocation) ReplayState.invoke(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)