Uses of Interface
org.easymock.IAnswer
-
Uses of IAnswer in org.easymock
Modifier and TypeMethodDescriptionSets 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). -
Uses of IAnswer in org.easymock.internal
Modifier and TypeMethodDescriptionvoid
void
void
void
IMocksControlState.andStubAnswer
(IAnswer<?> answer) void
MocksControl.andStubAnswer
(IAnswer<?> answer) void
RecordState.andStubAnswer
(IAnswer<?> answer) void
ReplayState.andStubAnswer
(IAnswer<?> answer) static Result
Result.createAnswerResult
(IAnswer<?> answer)