Package | Description |
---|---|
org.easymock.internal |
Modifier and Type | Method | Description |
---|---|---|
ExpectedInvocation |
ExpectedInvocationAndResult.getExpectedInvocation() |
|
ExpectedInvocation |
ExpectedInvocationAndResults.getExpectedInvocation() |
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) |
Constructor | Description |
---|---|
ExpectedInvocationAndResult(ExpectedInvocation expectedInvocation,
Result result) |
|
ExpectedInvocationAndResults(ExpectedInvocation expectedInvocation,
Results results) |
Copyright © 2001-2019 EasyMock contributors. This documentation is provided under the terms of the Apache 2 licence.