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