Uses of Interface
org.easymock.IAnswer
-
Packages that use IAnswer Package Description org.easymock org.easymock.internal -
-
Uses of IAnswer in org.easymock
Methods in org.easymock with parameters of type IAnswer Modifier and Type Method Description 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).voidIExpectationSetters. 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
Classes in org.easymock.internal that implement IAnswer Modifier and Type Class Description classResultFields in org.easymock.internal declared as IAnswer Modifier and Type Field Description private IAnswer<?>Result. valueMethods in org.easymock.internal with parameters of type IAnswer Modifier and Type Method Description voidIMocksControlState. andAnswer(IAnswer<?> answer)IExpectationSetters<java.lang.Object>MocksControl. andAnswer(IAnswer<?> answer)voidRecordState. andAnswer(IAnswer<?> answer)voidReplayState. andAnswer(IAnswer<?> answer)voidIMocksControlState. andStubAnswer(IAnswer<?> answer)voidMocksControl. andStubAnswer(IAnswer<?> answer)voidRecordState. andStubAnswer(IAnswer<?> answer)voidReplayState. andStubAnswer(IAnswer<?> answer)static ResultResult. createAnswerResult(IAnswer<?> answer)private voidRecordState. requireValidAnswer(IAnswer<?> answer)Constructors in org.easymock.internal with parameters of type IAnswer Constructor Description Result(IAnswer<?> value, boolean shouldFillInStackTrace)
-