Package | Description |
---|---|
org.easymock.internal |
Modifier and Type | Method | Description |
---|---|---|
Result |
IMocksBehavior.addActual(Invocation invocation) |
|
Result |
MocksBehavior.addActual(Invocation actual) |
|
Result |
UnorderedBehavior.addActual(Invocation actual) |
|
static Result |
Result.createAnswerResult(IAnswer<?> answer) |
|
static Result |
Result.createDelegatingResult(java.lang.Object value) |
|
static Result |
Result.createReturnResult(java.lang.Object value) |
|
static Result |
Result.createThrowResult(java.lang.Throwable throwable) |
|
Result |
ExpectedInvocationAndResult.getResult() |
|
Result |
Results.next() |
Modifier and Type | Method | Description |
---|---|---|
void |
Results.add(Result result,
Range range) |
|
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) |
Constructor | Description |
---|---|
ExpectedInvocationAndResult(ExpectedInvocation expectedInvocation,
Result result) |
Copyright © 2001-2019 EasyMock contributors. This documentation is provided under the terms of the Apache 2 licence.