Home | History | Annotate | Download | only in gtest

Lines Matching defs:EXPECT_DEATH

8341 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
8430 // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on
8436 // statement - A statement that a macro such as EXPECT_DEATH would test
8440 // parameter iff EXPECT_DEATH compiles with it.
8441 // regex - A regex that a macro such as EXPECT_DEATH would use to test
8445 // EXPECT_DEATH would accept.
8458 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH.
8503 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
8523 // EXPECT_DEATH(server.ProcessRequest(i),
8620 # define EXPECT_DEATH(statement, regex) \
8703 EXPECT_DEATH(statement, regex)
8718 EXPECT_DEATH(statement, regex)