Uses of Interface
org.easymock.IAnswer

Packages that use IAnswer
org.easymock   
org.easymock.internal   
 

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

Uses of IAnswer in org.easymock.internal
 

Classes in org.easymock.internal that implement IAnswer
 class Result
           
 

Methods in org.easymock.internal with parameters of type IAnswer
 void ReplayState.andAnswer(IAnswer<?> answer)
           
 void IMocksControlState.andAnswer(IAnswer<?> answer)
           
 void RecordState.andAnswer(IAnswer<?> answer)
           
 IExpectationSetters<java.lang.Object> MocksControl.andAnswer(IAnswer<? extends java.lang.Object> answer)
           
 void ReplayState.andStubAnswer(IAnswer<?> answer)
           
 void IMocksControlState.andStubAnswer(IAnswer<?> answer)
           
 void RecordState.andStubAnswer(IAnswer<?> answer)
           
 void MocksControl.andStubAnswer(IAnswer<? extends java.lang.Object> answer)
           
static Result Result.createAnswerResult(IAnswer<?> answer)
           
 



Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>