doAnswer(invocation -> { Object[] args = invocation.getArguments(); return null; }).when(object).method(any());