| 12884 | // Legacy API is deprecated but still available |
| 12885 | #ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_ |
| 12886 | static void TearDownTestCase() {} |
| 12887 | static void SetUpTestCase() {} |
| 12888 | #endif // GTEST_REMOVE_LEGACY_TEST_CASEAPI_ |
| 12889 |
nothing calls this directly
no outgoing calls
no test coverage detected