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
it'd be nice if AssertThrows showed more information if it failed instead of just saying that it didn't get the exception it wanted. Maybe it'd be possible to test if the exception can be gotten via std::current_exception and if so get the description of that? I'd like to implement that if you're OK with that.
The text was updated successfully, but these errors were encountered:
Hello,
it'd be nice if AssertThrows showed more information if it failed instead of just saying that it didn't get the exception it wanted. Maybe it'd be possible to test if the exception can be gotten via std::current_exception and if so get the description of that? I'd like to implement that if you're OK with that.
The text was updated successfully, but these errors were encountered: