|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IAnswer in org.easymock |
---|
Methods in org.easymock with parameters of type IAnswer | |
---|---|
IExpectationSetters<T> |
IExpectationSetters.andAnswer(IAnswer<T> answer)
Sets an object that will be used to calculate the answer for the expected invocation (either return a value, or throw an exception). |
void |
IExpectationSetters.andStubAnswer(IAnswer<T> answer)
Sets a stub object that will be used to calculate the answer for the expected invocation (either return a value, or throw an exception). |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |