Home
last modified time | relevance | path

Searched defs:SetUpTestCase (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-catch-exceptions-test_.cc69 static void SetUpTestCase() { RaiseException(42, 0, 0, NULL); } in SetUpTestCase() function in SehExceptionInSetUpTestCaseTest
168 static void SetUpTestCase() { in SetUpTestCase() function in CxxExceptionInSetUpTestCaseTest
H A Dgoogletest-listener-test.cc141 static void SetUpTestCase() { in SetUpTestCase() function in testing::internal::ListenerTest
H A Dgtest_xml_output_unittest_.cc97 static void SetUpTestCase() { RecordProperty("SetUpTestCase", "yes"); } in SetUpTestCase() function in PropertyRecordingTest
H A Dgtest-typed-test_test.cc52 static void SetUpTestCase() { in SetUpTestCase() function in CommonTest
H A Dgtest_unittest.cc1559 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 Dgoogletest-param-test-test.cc684 static void SetUpTestCase() { in SetUpTestCase() function in TestGenerationTest
H A Dgoogletest-death-test-test.cc1017 static void SetUpTestCase() { in SetUpTestCase() function in MacroLogicDeathTest
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h427 static void SetUpTestCase() {} in SetUpTestCase() function