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 Result
MocksBehavior.addActual
(Invocation actual) UnorderedBehavior.addActual
(Invocation actual) UnorderedBehavior.getMessages
(Invocation invocation) IMocksControlState.invoke
(Invocation invocation) RecordState.invoke
(Invocation invocation) ReplayState.invoke
(Invocation invocation) boolean
ExpectedInvocation.matches
(Invocation actual) Tells if the actual invocation matches this expected invocation.static void
LastControl.pushCurrentInvocation
(Invocation invocation) Constructors in org.easymock.internal with parameters of type InvocationModifierConstructorDescriptionExpectedInvocation
(Invocation invocation, List<IArgumentMatcher> matchers)