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
Thanks! That did work out well. An example probably should be added to the docs.
expectThrows { }.message().isNotNull().contains("...")
would be slightly nicer...
Sometimes you want to compare that the exception message is what you expect.
I currently use a combo of assertThrows like this:
because expectThrows doesn't let me check the message..
The text was updated successfully, but these errors were encountered: