Searched refs:DieIf (Results 1 – 2 of 2) sorted by relevance
180 void DieIf(bool should_die) { in DieIf() function530 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F()558 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F()565 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F()573 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper()590 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F()599 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
464 void DieIf(bool should_die) { in DieIf() function