| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | googletest-catch-exceptions-test_.cc | 69 static void SetUpTestCase() { RaiseException(42, 0, 0, NULL); } in SetUpTestCase() function in SehExceptionInSetUpTestCaseTest 168 static void SetUpTestCase() { in SetUpTestCase() function in CxxExceptionInSetUpTestCaseTest
|
| H A D | gtest_xml_output_unittest_.cc | 97 static void SetUpTestCase() { RecordProperty("SetUpTestCase", "yes"); } in SetUpTestCase() function in PropertyRecordingTest
|
| H A D | googletest-listener-test.cc | 141 static void SetUpTestCase() { in SetUpTestCase() function in testing::internal::ListenerTest
|
| H A D | gtest-typed-test_test.cc | 52 static void SetUpTestCase() { in SetUpTestCase() function in CommonTest
|
| H A D | gtest_unittest.cc | 1559 static void SetUpTestCase() { in SetUpTestCase() function in __anonefee94960111::GTestFlagSaverTest 1999 static void SetUpTestCase() { in SetUpTestCase() function in __anonefee94960111::UnitTestRecordPropertyTest 3143 static void SetUpTestCase() { in SetUpTestCase() function in __anonefee94960111::DisabledTestsTest 5427 static void SetUpTestCase() { in SetUpTestCase() function in testing::SetUpTestCaseTest 6544 static void SetUpTestCase() { in SetUpTestCase() function in testing::CurrentTestInfoTest 7779 static void SetUpTestCase() { in SetUpTestCase() function in AdHocTestResultTest
|
| H A D | googletest-param-test-test.cc | 684 static void SetUpTestCase() { in SetUpTestCase() function in TestGenerationTest
|
| H A D | googletest-death-test-test.cc | 1017 static void SetUpTestCase() { in SetUpTestCase() function in MacroLogicDeathTest
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 671 code_location, GetTypeId<FixtureClass>(), TestClass::SetUpTestCase, 1327 parent_class::SetUpTestCase, \
|
| H A D | gtest-param-util.h | 588 TestCase::SetUpTestCase, in RegisterTests()
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | advanced.md | 1178 > `SetUpTestCase()` and `TearDownTestCase()` methods, it will be attributed 1200 1. In the same test fixture class, define a `static void SetUpTestCase()` 1205 That's it! googletest automatically calls `SetUpTestCase()` before running the 1224 static void SetUpTestCase() { 1257 NOTE: Though the above code declares `SetUpTestCase()` protected, it may 1346 NOTE: If your test fixture defines `SetUpTestCase()` or `TearDownTestCase()`
|
| H A D | faq.md | 475 Similarly, sometimes people spell `SetUpTestCase()` as `SetupTestCase()` and
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 427 static void SetUpTestCase() {} in SetUpTestCase() function
|