H A D | gtest-death-test.cc | 226 // to executing the given statement. It is the responsibility of the 249 // RETURNED means that the test statement attempted to execute a return 250 // statement, which is not allowed; THREW means that the test statement 356 bool DeathTest::Create(const char* statement, const RE* regex, argument 359 statement, regex, file, line, test); 390 const char* statement() const { return statement_; } function in class:testing::internal::DeathTestImpl 550 buffer << "Death test: " << statement() << "\n"; 561 buffer << " Result: illegal return in test statement.\n" 789 ForkingDeathTest(const char* statement, cons 1171 Create(const char* statement, const RE* regex, const char* file, int line, DeathTest** test) argument [all...] |