Home | History | Annotate | Download | only in gtest

Lines Matching defs:ASSERT_DEATH

8128 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
8206 // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on
8225 // compile inside functions where ASSERT_DEATH doesn't
8234 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH.
8268 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
8286 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
8380 # define ASSERT_DEATH(statement, regex) \
8383 // Like ASSERT_DEATH, but continues on to successive tests in the
8471 ASSERT_DEATH(statement, regex)
8485 ASSERT_DEATH(statement, regex)