Home | History | Annotate | Download | only in gtest

Lines Matching defs:DeathTest

218 DeathTest::DeathTest() {
228 bool DeathTest::Create(const char* statement, const RE* regex,
229 const char* file, int line, DeathTest** test) {
234 const char* DeathTest::LastMessage() {
239 // methods of the DeathTest interface. Only the AssumeRole method is
241 class ForkingDeathTest : public DeathTest {
245 // All of these virtual functions are inherited from DeathTest.
276 : DeathTest(),
419 "DeathTest::Passed somehow called before conclusion of test");
452 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
593 DeathTest::TestRole ExecDeathTest::AssumeRole() {
640 // Creates a concrete DeathTest-derived class that depends on the
647 DeathTest** test) {