Uses of Class
org.easymock.internal.Invocation
-
Packages that use Invocation Package Description org.easymock.internal -
-
Uses of Invocation in org.easymock.internal
Methods in org.easymock.internal that return Invocation Modifier and Type Method Description static Invocation
LastControl. getCurrentInvocation()
Methods in org.easymock.internal with parameters of type Invocation Modifier and Type Method Description Result
IMocksBehavior. addActual(Invocation invocation)
Result
MocksBehavior. addActual(Invocation actual)
Result
UnorderedBehavior. addActual(Invocation actual)
java.util.List<ErrorMessage>
UnorderedBehavior. getMessages(Invocation invocation)
java.lang.Object
IMocksControlState. invoke(Invocation invocation)
java.lang.Object
RecordState. invoke(Invocation invocation)
java.lang.Object
ReplayState. invoke(Invocation invocation)
boolean
ExpectedInvocation. matches(Invocation actual)
static void
LastControl. pushCurrentInvocation(Invocation invocation)
Constructors in org.easymock.internal with parameters of type Invocation Constructor Description ExpectedInvocation(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
-