Uses of Interface
org.easymock.IAnswer

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



Copyright © 2010-null Henri Tremblay. This documentation is provided under the terms of the Apache 2 licence.