Package | Description |
---|---|
org.easymock.internal |
Modifier and Type | Method and Description |
---|---|
Result |
UnorderedBehavior.addActual(Invocation actual) |
Result |
MocksBehavior.addActual(Invocation actual) |
Result |
IMocksBehavior.addActual(Invocation invocation) |
static Result |
Result.createAnswerResult(IAnswer<?> answer) |
static Result |
Result.createDelegatingResult(Object value) |
static Result |
Result.createReturnResult(Object value) |
static Result |
Result.createThrowResult(Throwable throwable) |
Result |
ExpectedInvocationAndResult.getResult() |
Result |
Results.next() |
Modifier and Type | Method and Description |
---|---|
void |
Results.add(Result result,
Range range) |
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) |
Constructor and Description |
---|
ExpectedInvocationAndResult(ExpectedInvocation expectedInvocation,
Result result) |
Copyright © 2001–2022 EasyMock contributors. All rights reserved.