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 InvocationExpectedInvocation. invocationFields 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. threadToCurrentInvocationprivate java.util.List<Invocation>MocksBehavior. unexpectedCallsMethods in org.easymock.internal that return Invocation Modifier and Type Method Description static InvocationLastControl. getCurrentInvocation()Methods in org.easymock.internal with parameters of type Invocation Modifier and Type Method Description ResultIMocksBehavior. addActual(Invocation invocation)ResultMocksBehavior. addActual(Invocation actual)ResultUnorderedBehavior. 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 ResultMocksBehavior. getStubResult(Invocation actual)java.lang.ObjectIMocksControlState. invoke(Invocation invocation)java.lang.ObjectRecordState. invoke(Invocation invocation)java.lang.ObjectReplayState. invoke(Invocation invocation)private java.lang.ObjectReplayState. invokeInner(Invocation invocation)booleanExpectedInvocation. matches(Invocation actual)static voidLastControl. pushCurrentInvocation(Invocation invocation)Constructors in org.easymock.internal with parameters of type Invocation Constructor Description ExpectedInvocation(Invocation invocation, java.util.List<IArgumentMatcher> matchers)
-