Uses of Class
org.easymock.internal.Invocation

Packages that use Invocation
org.easymock.internal   
 

Uses of Invocation in org.easymock.internal
 

Methods in org.easymock.internal that return Invocation
static Invocation LastControl.getCurrentInvocation()
           
 

Methods in org.easymock.internal with parameters of type Invocation
 Result MocksBehavior.addActual(Invocation actual)
           
 Result UnorderedBehavior.addActual(Invocation actual)
           
 Result IMocksBehavior.addActual(Invocation invocation)
           
 java.util.List<ErrorMessage> UnorderedBehavior.getMessages(Invocation invocation)
           
 java.lang.Object RecordState.invoke(Invocation invocation)
           
 java.lang.Object ReplayState.invoke(Invocation invocation)
           
 java.lang.Object IMocksControlState.invoke(Invocation invocation)
           
 boolean ExpectedInvocation.matches(Invocation actual)
           
 boolean Invocation.matches(Invocation actual, ArgumentsMatcher matcher)
           
static void LastControl.pushCurrentInvocation(Invocation invocation)
           
 

Constructors in org.easymock.internal with parameters of type Invocation
ExpectedInvocation(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
           
 



Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>