public static class

TestCreateUserAction.EchoAnswer

extends Object
implements Answer<T>
java.lang.Object
   ↳ com.atlassian.confluence.user.actions.TestCreateUserAction.EchoAnswer<T>

Summary

Public Constructors
TestCreateUserAction.EchoAnswer(Class<T> type)
Public Methods
T answer(InvocationOnMock invocation)
static <T> EchoAnswer<T> echo(Class<T> type)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.mockito.stubbing.Answer

Public Constructors

public TestCreateUserAction.EchoAnswer (Class<T> type)

Public Methods

public T answer (InvocationOnMock invocation)

Throws
Throwable

public static EchoAnswer<T> echo (Class<T> type)