|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAnswer | |
---|---|
org.easymock |
Uses of IAnswer in org.easymock |
---|
Methods in org.easymock with parameters of type IAnswer | |
---|---|
IExpectationSetters<T> |
IExpectationSetters.andAnswer(IAnswer<? extends 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<? extends 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 |