| 1147 | void ListTestsMatchingFilter(); |
| 1148 | |
| 1149 | const TestSuite* current_test_suite() const { return current_test_suite_; } |
| 1150 | TestInfo* current_test_info() { return current_test_info_; } |
| 1151 | const TestInfo* current_test_info() const { return current_test_info_; } |
| 1152 |
nothing calls this directly
no outgoing calls
no test coverage detected