| 11086 | return typed_test_info; |
| 11087 | } |
| 11088 | void RegisterTests() { |
| 11089 | for (auto& test_suite_info : test_suite_infos_) { |
| 11090 | test_suite_info->RegisterTests(); |
| 11091 | } |
| 11092 | } |
| 11093 | // Legacy API is deprecated but still available |
| 11094 | #ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_ |
| 11095 | template <class TestCase> |
nothing calls this directly
no test coverage detected