|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpectedInvocation | |
---|---|
org.easymock.internal |
Uses of ExpectedInvocation in org.easymock.internal |
---|
Methods in org.easymock.internal that return ExpectedInvocation | |
---|---|
ExpectedInvocation |
ExpectedInvocationAndResults.getExpectedInvocation()
|
ExpectedInvocation |
ExpectedInvocationAndResult.getExpectedInvocation()
|
ExpectedInvocation |
ExpectedInvocation.withMatcher(ArgumentsMatcher matcher)
|
Methods in org.easymock.internal with parameters of type ExpectedInvocation | |
---|---|
void |
MocksBehavior.addExpected(ExpectedInvocation expected,
Result result,
Range count)
|
void |
IMocksBehavior.addExpected(ExpectedInvocation expected,
Result result,
Range count)
|
void |
UnorderedBehavior.addExpected(ExpectedInvocation expected,
Result result,
Range count)
|
void |
MocksBehavior.addStub(ExpectedInvocation expected,
Result result)
|
void |
IMocksBehavior.addStub(ExpectedInvocation expected,
Result result)
|
boolean |
UnorderedBehavior.allowsExpectedInvocation(ExpectedInvocation expected,
boolean checkOrder)
|
Constructors in org.easymock.internal with parameters of type ExpectedInvocation | |
---|---|
ExpectedInvocationAndResult(ExpectedInvocation expectedInvocation,
Result result)
|
|
ExpectedInvocationAndResults(ExpectedInvocation expectedInvocation,
Results results)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |