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.
The text was updated successfully, but these errors were encountered:
bxparks
changed the title
implement assertNoFatailFailure() macro
implement assertNoFatalFailure() macro
Mar 29, 2018
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.The text was updated successfully, but these errors were encountered: