| 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 |
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) |
| Constructor and Description |
|---|
ExpectedInvocationAndResult(ExpectedInvocation expectedInvocation,
Result result) |
ExpectedInvocationAndResults(ExpectedInvocation expectedInvocation,
Results results) |