Throw Exceptions
Mockito.doThrow(Exception.class).when(service).getEmployeeById(Mockito.any());Last updated
Was this helpful?
Mockito.doThrow(Exception.class).when(service).getEmployeeById(Mockito.any());Last updated
Was this helpful?
Was this helpful?