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 UnorderedBehavior.addActual(Invocation actual)
           
 Result MocksBehavior.addActual(Invocation actual)
           
 Result IMocksBehavior.addActual(Invocation invocation)
           
 List<ErrorMessage> UnorderedBehavior.getMessages(Invocation invocation)
           
 Object ReplayState.invoke(Invocation invocation)
           
 Object RecordState.invoke(Invocation invocation)
           
 Object IMocksControlState.invoke(Invocation invocation)
           
 boolean ExpectedInvocation.matches(Invocation actual)
           
static void LastControl.pushCurrentInvocation(Invocation invocation)
           
 

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



Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.