Mockito -Ausnahme -Void -Methode

doThrow(new Exception()).when(mockedObject).methodReturningVoid(...);
DevPedrada