Home | History | Annotate | Download | only in gtest

Lines Matching defs:EXPECT_DEATH

8340 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
8429 // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on
8435 // statement - A statement that a macro such as EXPECT_DEATH would test
8439 // parameter iff EXPECT_DEATH compiles with it.
8440 // regex - A regex that a macro such as EXPECT_DEATH would use to test
8444 // EXPECT_DEATH would accept.
8457 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH.
8502 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
8522 // EXPECT_DEATH(server.ProcessRequest(i),
8619 # define EXPECT_DEATH(statement, regex) \
8702 EXPECT_DEATH(statement, regex)
8717 EXPECT_DEATH(statement, regex)