/third_party/googletest/googletest/test/ |
H A D | googletest-catch-exceptions-test_.cc | 69 static void SetUpTestSuite() { RaiseException(42, 0, 0, NULL); } in SetUpTestSuite() function in SehExceptionInSetUpTestSuiteTest 147 static void SetUpTestSuite() { in SetUpTestSuite() function in CxxExceptionInSetUpTestSuiteTest
|
H A D | googletest-setuptestsuite-test_.cc | 34 static void SetUpTestSuite() { ASSERT_EQ("", "SET_UP_FAIL"); } in SetUpTestSuite() function in SetupFailTest
|
H A D | gtest_xml_output_unittest_.cc | 113 static void SetUpTestSuite() { RecordProperty("SetUpTestSuite", "yes"); } in SetUpTestSuite() function in PropertyRecordingTest
|
H A D | googletest-output-test_.cc | 937 static void SetUpTestSuite() { printf("DynamicFixture::SetUpTestSuite\n"); } in SetUpTestSuite() function in DynamicFixture 1005 static void SetUpTestSuite() { EXPECT_TRUE(false); } in SetUpTestSuite() function in TestSuiteThatFailsToSetUp
|
H A D | googletest-listener-test.cc | 211 static void SetUpTestSuite() { in SetUpTestSuite() function in testing::internal::ListenerTest 212 g_events->push_back("ListenerTest::SetUpTestSuite"); in SetUpTestSuite() 307 "ListenerTest::SetUpTestSuite", in main() 359 "ListenerTest::SetUpTestSuite", in main() 416 "ListenerTest::SetUpTestSuite", in main() 464 "ListenerTest::SetUpTestSuite", in main()
|
H A D | gtest-typed-test_test.cc | 45 // Used for testing that SetUpTestSuite()/TearDownTestSuite(), fixture 50 // For some technical reason, SetUpTestSuite() and TearDownTestSuite() 53 static void SetUpTestSuite() { shared_ = new T(5); } in SetUpTestSuite() function in CommonTest 91 // Tests that SetUpTestSuite()/TearDownTestSuite(), fixture ctor/dtor, 257 // Tests that SetUpTestSuite()/TearDownTestSuite(), fixture ctor/dtor,
|
H A D | googletest-param-test-test.cc | 690 static void SetUpTestSuite() { in SetUpTestSuite() function in TestGenerationTest
|
H A D | googletest-death-test-test.cc | 1058 static void SetUpTestSuite() { in SetUpTestSuite() function in __anon3036::MacroLogicDeathTest
|
H A D | gtest_unittest.cc | 1576 static void SetUpTestSuite() { in SetUpTestSuite() function in __anon3058::GTestFlagSaverTest 2020 static void SetUpTestSuite() { in SetUpTestSuite() function in __anon3058::UnitTestRecordPropertyTest 3133 // Check that when all tests in a test case are disabled, SetUpTestSuite() and 3137 static void SetUpTestSuite() { in SetUpTestSuite() function in __anon3058::DisabledTestsTest 3139 "SetUpTestSuite() should not be called."; in SetUpTestSuite() 5391 static void SetUpTestSuite() { in SetUpTestSuite() function in testing::SetUpTestSuiteTest 5402 // SetUpTestSuite() should be called only once. in SetUpTestSuite() 5423 // SetUpTestSuite() should be called only once, so counter_ should 6323 static void SetUpTestSuite() { in SetUpTestSuite() function in testing::CurrentTestInfoTest
|
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/ |
H A D | tjbench-gtest-wrapper.cpp | 61 static void SetUpTestSuite() { in SetUpTestSuite() function in TJBenchTest 131 static void SetUpTestSuite() { in SetUpTestSuite() function in TJBenchTestMerged
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | commandlineflag_test.cc | 47 static void SetUpTestSuite() { in SetUpTestSuite() function in __anon19210::CommandLineFlagTest
|
H A D | flag_test.cc | 71 static void SetUpTestSuite() { in SetUpTestSuite() function in __anon19214::FlagTest
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 487 // Types of SetUpTestSuite() and TearDownTestSuite() functions. 512 // SetUpTestSuite()/TearDownTestSuite() could be protected. This way 526 GetNotDefaultOrNull(&T::SetUpTestSuite, &Test::SetUpTestSuite); in GetSetUpCaseOrSuite() 529 << "Test can not provide both SetUpTestSuite and SetUpTestCase, please " in GetSetUpCaseOrSuite() 537 return &T::SetUpTestSuite; in GetSetUpCaseOrSuite()
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 472 // Types of SetUpTestSuite() and TearDownTestSuite() functions. 497 // SetUpTestSuite()/TearDownTestSuite() could be protected. This way 511 GetNotDefaultOrNull(&T::SetUpTestSuite, &Test::SetUpTestSuite); in GetSetUpCaseOrSuite() 514 << "Test can not provide both SetUpTestSuite and SetUpTestCase, please " in GetSetUpCaseOrSuite() 522 return &T::SetUpTestSuite; in GetSetUpCaseOrSuite()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | ComputeTests.cpp | 55 static void SetUpTestSuite() in SetUpTestSuite() function in ComputeTest
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 476 // Types of SetUpTestSuite() and TearDownTestSuite() functions. 501 // SetUpTestSuite()/TearDownTestSuite() could be protected. Ths way 514 GetNotDefaultOrNull(&T::SetUpTestSuite, &Test::SetUpTestSuite); in GetSetUpCaseOrSuite() 517 << "Test can not provide both SetUpTestSuite and SetUpTestCase, please " in GetSetUpCaseOrSuite()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format_unittest.cc | 84 static void SetUpTestSuite() { in SetUpTestSuite() function in google::protobuf::text_format_unittest::TextFormatTest 107 static void SetUpTestSuite() { in SetUpTestSuite() function in google::protobuf::text_format_unittest::TextFormatExtensionsTest
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest.h | 265 // Google Test will call Foo::SetUpTestSuite() before running the first 267 // SetUpTestSuite() method to shadow the one defined in the super 269 static void SetUpTestSuite() {} in SetUpTestSuite() function in testing::Test 279 // Legacy API is deprecated but still available. Use SetUpTestSuite and 307 // SetUpTestSuite or TearDownTestSuite are logged as attributes of the 758 // execution of SetUpTestSuite and TearDownTestSuite. 798 // Runs SetUpTestSuite() for this TestSuite. This wrapper is needed 799 // for catching exceptions thrown from SetUpTestSuite(). 878 // Holds test properties recorded during execution of SetUpTestSuite and 1261 // from SetUpTestSuite o [all...] |
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest.h | 251 // Google Test will call Foo::SetUpTestSuite() before running the first 253 // SetUpTestSuite() method to shadow the one defined in the super 255 static void SetUpTestSuite() {} in SetUpTestSuite() function in testing::Test 265 // Legacy API is deprecated but still available. Use SetUpTestSuite and 293 // SetUpTestSuite or TearDownTestSuite are logged as attributes of the 750 // execution of SetUpTestSuite and TearDownTestSuite. 790 // Runs SetUpTestSuite() for this TestSuite. This wrapper is needed 791 // for catching exceptions thrown from SetUpTestSuite(). 870 // Holds test properties recorded during execution of SetUpTestSuite and 1256 // from SetUpTestSuite o [all...] |
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest.h | 411 // Google Test will call Foo::SetUpTestSuite() before running the first 413 // SetUpTestSuite() method to shadow the one defined in the super 415 // Failures that happen during SetUpTestSuite are logged but otherwise 417 static void SetUpTestSuite() {} in SetUpTestSuite() function in testing::Test 456 // SetUpTestSuite or TearDownTestSuite are logged as attributes of the 906 // execution of SetUpTestSuite and TearDownTestSuite. 943 // Runs SetUpTestSuite() for this TestSuite. This wrapper is needed 944 // for catching exceptions thrown from SetUpTestSuite(). 1023 // Holds test properties recorded during execution of SetUpTestSuite and 1402 // from SetUpTestSuite o [all...] |