Returns the test suite name.
| 13146 | |
| 13147 | // Returns the test suite name. |
| 13148 | const char* test_suite_name() const { return test_suite_name_.c_str(); } |
| 13149 | |
| 13150 | // Legacy API is deprecated but still available |
| 13151 | #ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_ |