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 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)java.util.List<ErrorMessage>UnorderedBehavior. getMessages(Invocation invocation)java.lang.ObjectIMocksControlState. invoke(Invocation invocation)java.lang.ObjectRecordState. invoke(Invocation invocation)java.lang.ObjectReplayState. invoke(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)
-