Lines Matching refs:EXPECT_DEATH
69 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
89 // EXPECT_DEATH(server.ProcessRequest(i),
189 #define EXPECT_DEATH(statement, matcher) \
272 #define EXPECT_DEBUG_DEATH(statement, regex) EXPECT_DEATH(statement, regex)
282 // if and only if EXPECT_DEATH and ASSERT_DEATH compile with the same parameters
291 // statement - A statement that a macro such as EXPECT_DEATH would test
295 // parameter if and only if EXPECT_DEATH compiles with it.
296 // regex - A regex that a macro such as EXPECT_DEATH would use to test
300 // EXPECT_DEATH would accept.
313 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH.
333 EXPECT_DEATH(statement, regex)