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 ExpectedInvocation
ExpectedInvocationAndResult. getExpectedInvocation()
ExpectedInvocation
ExpectedInvocationAndResults. getExpectedInvocation()
Methods in org.easymock.internal with parameters of type ExpectedInvocation Modifier and Type Method Description void
IMocksBehavior. addExpected(ExpectedInvocation expected, Result result, Range count)
void
MocksBehavior. addExpected(ExpectedInvocation expected, Result result, Range count)
void
UnorderedBehavior. addExpected(ExpectedInvocation expected, Result result, Range count)
void
IMocksBehavior. addStub(ExpectedInvocation expected, Result result)
void
MocksBehavior. addStub(ExpectedInvocation expected, Result result)
boolean
UnorderedBehavior. 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)
-