Uses of Class
org.easymock.internal.ExpectedInvocation
-
Packages that use ExpectedInvocation Package Description org.easymock.internal -
-
Uses of ExpectedInvocation in org.easymock.internal
Methods in org.easymock.internal that return ExpectedInvocation Modifier and Type Method Description ExpectedInvocationExpectedInvocationAndResult. getExpectedInvocation()ExpectedInvocationExpectedInvocationAndResults. getExpectedInvocation()Methods in org.easymock.internal with parameters of type ExpectedInvocation Modifier and Type Method Description voidIMocksBehavior. addExpected(ExpectedInvocation expected, Result result, Range count)voidMocksBehavior. addExpected(ExpectedInvocation expected, Result result, Range count)voidUnorderedBehavior. addExpected(ExpectedInvocation expected, Result result, Range count)voidIMocksBehavior. addStub(ExpectedInvocation expected, Result result)voidMocksBehavior. addStub(ExpectedInvocation expected, Result result)booleanUnorderedBehavior. allowsExpectedInvocation(ExpectedInvocation expected, boolean checkOrder)Constructors in org.easymock.internal with parameters of type ExpectedInvocation Constructor Description ExpectedInvocationAndResult(ExpectedInvocation expectedInvocation, Result result)ExpectedInvocationAndResults(ExpectedInvocation expectedInvocation, Results results)
-