Uses of Class
org.easymock.internal.Invocation
-
Packages that use Invocation Package Description org.easymock.internal -
-
Uses of Invocation in org.easymock.internal
Fields in org.easymock.internal declared as Invocation Modifier and Type Field Description private Invocation
ExpectedInvocation. invocation
Fields in org.easymock.internal with type parameters of type Invocation Modifier and Type Field Description private static java.lang.ThreadLocal<java.util.List<Invocation>>
LastControl. threadToCurrentInvocation
private java.util.List<Invocation>
MocksBehavior. unexpectedCalls
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)
private java.util.List<IArgumentMatcher>
ExpectedInvocation. createMissingMatchers(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
java.util.List<ErrorMessage>
UnorderedBehavior. getMessages(Invocation invocation)
private Result
MocksBehavior. getStubResult(Invocation actual)
java.lang.Object
IMocksControlState. invoke(Invocation invocation)
java.lang.Object
RecordState. invoke(Invocation invocation)
java.lang.Object
ReplayState. invoke(Invocation invocation)
private java.lang.Object
ReplayState. invokeInner(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)
-