Home
last modified time | relevance | path

Searched refs:SetUpTestSuite (Results 1 - 20 of 20) sorted by relevance

/third_party/googletest/googletest/test/
H A Dgoogletest-catch-exceptions-test_.cc69 static void SetUpTestSuite() { RaiseException(42, 0, 0, NULL); } in SetUpTestSuite() function in SehExceptionInSetUpTestSuiteTest
147 static void SetUpTestSuite() { in SetUpTestSuite() function in CxxExceptionInSetUpTestSuiteTest
H A Dgoogletest-setuptestsuite-test_.cc34 static void SetUpTestSuite() { ASSERT_EQ("", "SET_UP_FAIL"); } in SetUpTestSuite() function in SetupFailTest
H A Dgtest_xml_output_unittest_.cc113 static void SetUpTestSuite() { RecordProperty("SetUpTestSuite", "yes"); } in SetUpTestSuite() function in PropertyRecordingTest
H A Dgoogletest-output-test_.cc937 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 Dgoogletest-listener-test.cc211 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 Dgtest-typed-test_test.cc45 // 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 Dgoogletest-param-test-test.cc690 static void SetUpTestSuite() { in SetUpTestSuite() function in TestGenerationTest
H A Dgoogletest-death-test-test.cc1058 static void SetUpTestSuite() { in SetUpTestSuite() function in __anon3036::MacroLogicDeathTest
H A Dgtest_unittest.cc1576 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 Dtjbench-gtest-wrapper.cpp61 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 Dcommandlineflag_test.cc47 static void SetUpTestSuite() { in SetUpTestSuite() function in __anon19210::CommandLineFlagTest
H A Dflag_test.cc71 static void SetUpTestSuite() { in SetUpTestSuite() function in __anon19214::FlagTest
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h487 // 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 Dgtest-internal.h472 // 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 DComputeTests.cpp55 static void SetUpTestSuite() in SetUpTestSuite() function in ComputeTest
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h476 // 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 Dtext_format_unittest.cc84 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 Dgtest.h265 // 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 Dgtest.h251 // 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 Dgtest.h411 // 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...]

Completed in 43 milliseconds