Searched refs:DeathTest (Results 1 - 8 of 8) sorted by relevance
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 65 // DeathTest is a class that hides much of the complexity of the 78 class GTEST_API_ DeathTest { class 84 // case. Otherwise, the DeathTest pointer pointed to by the "test" 87 // DeathTest object that controls the execution of the current test. 89 const char* file, int line, DeathTest** test); 90 DeathTest(); 91 virtual ~DeathTest() {} in ~DeathTest() 96 explicit ReturnSentinel(DeathTest* test) : test_(test) {} in ReturnSentinel() 100 DeathTest* const test_; 147 DeathTest(cons [all...] |
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 65 // DeathTest is a class that hides much of the complexity of the 78 class GTEST_API_ DeathTest { class 84 // case. Otherwise, the DeathTest pointer pointed to by the "test" 87 // DeathTest object that controls the execution of the current test. 89 const char* file, int line, DeathTest** test); 90 DeathTest(); 91 virtual ~DeathTest() = default; 96 explicit ReturnSentinel(DeathTest* test) : test_(test) {} in ReturnSentinel() 100 DeathTest* const test_; 147 DeathTest(cons [all...] |
/third_party/mesa3d/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 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() { } in ~DeathTest() 91 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() 94 DeathTest* const test_; 140 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest); [all...] |
/third_party/googletest/googletest/test/ |
H A D | googletest-death-test-test.cc | 67 using testing::internal::DeathTest; 931 int line, DeathTest** test) override; 934 void SetParameters(bool create, DeathTest::TestRole role, int status, 945 DeathTest::AbortReason AbortArgument(int n) const { in AbortArgument() 956 DeathTest::TestRole role_; 971 std::vector<DeathTest::AbortReason> abort_args_; 977 // A DeathTest implementation useful in testing. It returns values set 978 // at its creation from its various inherited DeathTest methods, and 981 class MockDeathTest : public DeathTest { 1013 role_(DeathTest in MockDeathTestFactory() [all...] |
H A D | gtest_help_test_.cc | 43 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {} in TEST()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 371 DeathTest::DeathTest() { in DeathTest() function in testing::internal::DeathTest 382 bool DeathTest::Create(const char* statement, in Create() 384 int line, DeathTest** test) { in Create() 389 const char* DeathTest::LastMessage() { in LastMessage() 393 void DeathTest::set_last_death_test_message(const std::string& message) { in set_last_death_test_message() 397 std::string DeathTest::last_death_test_message_; 400 class DeathTestImpl : public DeathTest { 617 << "DeathTest::Passed somehow called before conclusion of test"; in Passed() 620 DeathTest in Passed() [all...] |
/third_party/node/deps/googletest/src/ |
H A D | gtest-death-test.cc | 375 DeathTest::DeathTest() { in DeathTest() function in testing::internal::DeathTest 386 bool DeathTest::Create(const char* statement, in Create() 388 int line, DeathTest** test) { in Create() 393 const char* DeathTest::LastMessage() { in LastMessage() 397 void DeathTest::set_last_death_test_message(const std::string& message) { in set_last_death_test_message() 401 std::string DeathTest::last_death_test_message_; 404 class DeathTestImpl : public DeathTest { 621 << "DeathTest::Passed somehow called before conclusion of test"; in Passed() 624 DeathTest in Passed() [all...] |
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-death-test.cc | 369 DeathTest::DeathTest() { in DeathTest() function in testing::internal::DeathTest 379 bool DeathTest::Create(const char* statement, in Create() 381 int line, DeathTest** test) { in Create() 386 const char* DeathTest::LastMessage() { in LastMessage() 390 void DeathTest::set_last_death_test_message(const std::string& message) { in set_last_death_test_message() 394 std::string DeathTest::last_death_test_message_; 397 class DeathTestImpl : public DeathTest { 613 << "DeathTest::Passed somehow called before conclusion of test"; in Passed() 616 DeathTest in Passed() [all...] |
Completed in 10 milliseconds