You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently to do assertions on throwing methods requires doing a try/catch. It would be nice to mimic other assertion libraries that have a method for asserting on an exception being thrown.
Currently to do assertions on throwing methods requires doing a
try/catch
. It would be nice to mimic other assertion libraries that have a method for asserting on an exception being thrown.Would be better written similar to:
The text was updated successfully, but these errors were encountered: