Service service; service = Mockito.mock(Service.class);
Mockito.when(service.operation(ArgumentMatchers.any()).thenReturn(values);
Last updated 5 years ago
Was this helpful?