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