Home
last modified time | relevance | path

Searched refs:GlobalFunction (Results 1 – 1 of 1) sorted by relevance

/third_party/googletest/googletest/test/
Dgoogletest-death-test-test.cc163 void GlobalFunction() { DieInside("GlobalFunction"); } in GlobalFunction() function
186 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
187 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
511 TEST_F(TestForDeathTest, GlobalFunction) { in TEST_F() argument
512 EXPECT_DEATH(GlobalFunction(), "GlobalFunction"); in TEST_F()
519 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()
522 EXPECT_DEATH(GlobalFunction(), regex); in TEST_F()
527 EXPECT_DEATH(GlobalFunction(), regex_std_str); in TEST_F()
531 EXPECT_DEATH(GlobalFunction(), ::std::string(regex_c_str).c_str()); in TEST_F()