| 7030 | } |
| 7031 | |
| 7032 | bool TestExists(const std::string& test_name) const { |
| 7033 | return registered_tests_.count(test_name) > 0; |
| 7034 | } |
| 7035 | |
| 7036 | const CodeLocation& GetCodeLocation(const std::string& test_name) const { |
| 7037 | RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name); |
nothing calls this directly
no outgoing calls
no test coverage detected