Uses of Interface
org.easymock.IAnswer

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).
 



Copyright © 2001-2007 OFFIS, Tammo Freese. This documentation is provided under the terms of the MIT licence.