Class EchoAnswer<T>
- java.lang.Object
-
- com.atlassian.confluence.util.test.EchoAnswer<T>
-
- All Implemented Interfaces:
org.mockito.stubbing.Answer<T>
@Deprecated public class EchoAnswer<T> extends Object implements org.mockito.stubbing.Answer<T>
Deprecated.since 5.6.1, useAdditionalAnswers.returnsArgAt(int)
instead.
-
-
Constructor Summary
Constructors Constructor Description EchoAnswer(Class<T> type)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description T
answer(org.mockito.invocation.InvocationOnMock invocation)
Deprecated.static <T> EchoAnswer<T>
echo(Class<T> type)
Deprecated.
-