Home | History | Annotate | Download | only in gtest

Lines Matching defs:EXPECT_DEATH

7507 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
7583 // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on
7589 // statement - A statement that a macro such as EXPECT_DEATH would test
7593 // parameter iff EXPECT_DEATH compiles with it.
7594 // regex - A regex that a macro such as EXPECT_DEATH would use to test
7598 // EXPECT_DEATH would accept.
7611 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH.
7645 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
7665 // EXPECT_DEATH(server.ProcessRequest(i),
7762 #define EXPECT_DEATH(statement, regex) \
7845 EXPECT_DEATH(statement, regex)
7860 EXPECT_DEATH(statement, regex)