Package | Description |
---|---|
org.easymock.internal |
Modifier and Type | Field and Description |
---|---|
private ExpectedInvocation |
ExpectedInvocationAndResult.expectedInvocation |
private ExpectedInvocation |
ExpectedInvocationAndResults.expectedInvocation |
private ExpectedInvocation |
RecordState.lastInvocation |
Modifier and Type | Method and Description |
---|---|
ExpectedInvocation |
ExpectedInvocationAndResult.getExpectedInvocation() |
ExpectedInvocation |
ExpectedInvocationAndResults.getExpectedInvocation() |
Modifier and Type | Method and Description |
---|---|
private void |
MocksBehavior.addBehaviorListIfNecessary(ExpectedInvocation expected) |
void |
MocksBehavior.addExpected(ExpectedInvocation expected,
Result result,
Range count) |
void |
UnorderedBehavior.addExpected(ExpectedInvocation expected,
Result result,
Range count) |
void |
IMocksBehavior.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) |
Constructor and Description |
---|
ExpectedInvocationAndResult(ExpectedInvocation expectedInvocation,
Result result) |
ExpectedInvocationAndResults(ExpectedInvocation expectedInvocation,
Results results) |