Package | Description |
---|---|
org.easymock.internal |
Modifier and Type | Method and Description |
---|---|
ExpectedInvocation |
ExpectedInvocationAndResult.getExpectedInvocation() |
ExpectedInvocation |
ExpectedInvocationAndResults.getExpectedInvocation() |
Modifier and Type | Method and Description |
---|---|
void |
UnorderedBehavior.addExpected(ExpectedInvocation expected,
Result result,
Range count) |
void |
MocksBehavior.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) |
Copyright © 2001–2022 EasyMock contributors. All rights reserved.