André Martins
07/05/2022, 10:55 AMChecked exception is invalid for this method!
The only ways I would be able to make the test is either rewrite the client method in java and mark it with checked exception or wrap the call and rethrow a runtime exception right? (any other ideias?)Sam
07/05/2022, 11:00 AM@Throws
annotation? (if you are able to modify the method in question)André Martins
07/05/2022, 11:02 AM