ArgumentCaptor<String> valueCapture = ArgumentCaptor.forClass(String.class); doNothing().when(object).someMethod(string1, valueCapture.capture());