| 988 | // Legacy API is deprecated but still available |
| 989 | #ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_ |
| 990 | const TestCase* GetTestCase(int i) const { return GetTestSuite(i); } |
| 991 | #endif // GTEST_REMOVE_LEGACY_TEST_CASEAPI_ |
| 992 | |
| 993 | // Gets the i-th test suite among all the test suites. i can range from 0 to |
nothing calls this directly
no test coverage detected