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
Google Test has an ASSERT_NO_FATAL_FAILURE() macro which calls the code in the argument (usually a helper method), then returns if that code caused the current test to resolve (failed, expired, skipped, etc). I think this is a pretty easy macro.
Activity