Lines Matching refs:SetUpTestCase
66 static void SetUpTestCase();
74 void FooTest::SetUpTestCase() {} in SetUpTestCase() function in FooTest
84 static void SetUpTestCase();
92 template <typename T> void FooTypedTest<T>::SetUpTestCase() {} in SetUpTestCase() function in FooTypedTest
102 using Test::SetUpTestCase;
112 using FooTest::SetUpTestCase;
124 static void SetUpTestCase() {} in SetUpTestCase() function in BarTest3
138 static void SetUpTestCase();
145 testing::Test::SetUpTestCase(); in Test()
153 T::SetUpTestCase(); in testInstantiationOnlyWarns()
159 #define SET_UP_TEST_CASE_MACRO_REPLACE SetUpTestCase
160 #define TEST_SET_UP_TEST_CASE_MACRO_WARN_ONLY ::testing::Test::SetUpTestCase
163 testing::Test::SetUpTestCase(); in setUpTearDownCallAndReference()
166 FooTest::SetUpTestCase(); in setUpTearDownCallAndReference()
177 auto F = &testing::Test::SetUpTestCase; in setUpTearDownCallAndReference()
183 F = &FooTest::SetUpTestCase; in setUpTearDownCallAndReference()
191 MyTest::SetUpTestCase(); in setUpTearDownCallAndReference()
198 BarTest3::SetUpTestCase(); in setUpTearDownCallAndReference()