Searched refs:DeathTest (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 56 // DeathTest is a class that hides much of the complexity of the 69 class GTEST_API_ DeathTest { class in namespace:testing::internal 75 // case. Otherwise, the DeathTest pointer pointed to by the "test" 78 // DeathTest object that controls the execution of the current test. 80 const char* file, int line, DeathTest** test); 81 DeathTest(); 82 virtual ~DeathTest() { } 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 90 DeathTest* const test_; 136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 60 // DeathTest is a class that hides much of the complexity of the 73 class GTEST_API_ DeathTest { class in namespace:testing::internal 79 // case. Otherwise, the DeathTest pointer pointed to by the "test" 82 // DeathTest object that controls the execution of the current test. 84 const char* file, int line, DeathTest** test); 85 DeathTest(); 86 virtual ~DeathTest() { } 91 explicit ReturnSentinel(DeathTest* test) : test_(test) { } 94 DeathTest* const test_; 140 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 369 DeathTest::DeathTest() { function in class:testing::internal::DeathTest 379 bool DeathTest::Create(const char* statement, 381 int line, DeathTest** test) { 386 const char* DeathTest::LastMessage() { 390 void DeathTest::set_last_death_test_message(const std::string& message) { 394 std::string DeathTest::last_death_test_message_; 397 class DeathTestImpl : public DeathTest { 613 << "DeathTest::Passed somehow called before conclusion of test"; 616 DeathTest [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 346 DeathTest::DeathTest() { function in class:testing::internal::DeathTest 356 bool DeathTest::Create(const char* statement, const RE* regex, 357 const char* file, int line, DeathTest** test) { 362 const char* DeathTest::LastMessage() { 366 void DeathTest::set_last_death_test_message(const std::string& message) { 370 std::string DeathTest::last_death_test_message_; 373 class DeathTestImpl : public DeathTest { 583 << "DeathTest::Passed somehow called before conclusion of test"; 586 DeathTest [all...] |
Completed in 5 milliseconds