I have a test case were the function in the test case will be directed to assert(x). Hence the test fails.
I would like to use EXPECT_DEATH or ASSERT_DEATH to overcome termination of test.
Suggest some example test cases that support my query
Thank you