Uses of Class
org.easymock.internal.Invocation
-
Uses of Invocation in org.easymock.internal
Modifier 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) ModifierConstructorDescriptionExpectedInvocation
(Invocation invocation, List<IArgumentMatcher> matchers)