|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
org.easymock.internal |
Uses of Result in org.easymock.internal |
---|
Methods in org.easymock.internal that return Result | |
---|---|
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(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()
|
Methods in org.easymock.internal with parameters of type Result | |
---|---|
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)
|
Constructors in org.easymock.internal with parameters of type Result | |
---|---|
ExpectedInvocationAndResult(ExpectedInvocation expectedInvocation,
Result result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |