- All Implemented Interfaces:
org.mockito.stubbing.Answer<T>
@Deprecated
public class EchoAnswer<T>
extends Object
implements org.mockito.stubbing.Answer<T>
Deprecated.
-
Constructor Summary
Constructors
-
Method Summary
answer(org.mockito.invocation.InvocationOnMock invocation)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EchoAnswer
public EchoAnswer(Class<T> type)
Deprecated.
-
Method Details
-
-
answer
public T answer(org.mockito.invocation.InvocationOnMock invocation)
throws Throwable
Deprecated.
- Specified by:
answer
in interface org.mockito.stubbing.Answer<T>
- Throws:
Throwable
AdditionalAnswers.returnsArgAt(int)
instead.