Home
last modified time | relevance | path

Searched refs:SetUpTestCase (Results 1 – 12 of 12) 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 Dgtest_xml_output_unittest_.cc97 static void SetUpTestCase() { RecordProperty("SetUpTestCase", "yes"); } in SetUpTestCase() function in PropertyRecordingTest
H A Dgoogletest-listener-test.cc141 static void SetUpTestCase() { in SetUpTestCase() function in testing::internal::ListenerTest
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/internal/
H A Dgtest-internal.h671 code_location, GetTypeId<FixtureClass>(), TestClass::SetUpTestCase,
1327 parent_class::SetUpTestCase, \
H A Dgtest-param-util.h588 TestCase::SetUpTestCase, in RegisterTests()
/freebsd-13.1/contrib/googletest/googletest/docs/
H A Dadvanced.md1178 > `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 Dfaq.md475 Similarly, sometimes people spell `SetUpTestCase()` as `SetupTestCase()` and
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h427 static void SetUpTestCase() {} in SetUpTestCase() function