Searched refs:returnsLastArg (Results 1 – 2 of 2) sorted by relevance
13 import static org.mockito.AdditionalAnswers.returnsLastArg;51 given(iMethods.threeArgumentMethod(eq(1), any(), anyString())).will(returnsLastArg()); in can_return_arguments_of_invocation()
181 public static <T> Answer<T> returnsLastArg() { in returnsLastArg() method in AdditionalAnswers