| 13150 | // Legacy API is deprecated but still available |
| 13151 | #ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_ |
| 13152 | const char* test_case_name() const { return test_suite_name(); } |
| 13153 | #endif // GTEST_REMOVE_LEGACY_TEST_CASEAPI_ |
| 13154 | |
| 13155 | // Returns the test name. |
nothing calls this directly
no test coverage detected