Constructor.
| 6583 | public: |
| 6584 | // Constructor. |
| 6585 | explicit TestSuiteNameIs(const std::string& name) : name_(name) {} |
| 6586 | |
| 6587 | // Returns true iff the name of test_suite matches name_. |
| 6588 | bool operator()(const TestSuite* test_suite) const { |
nothing calls this directly
no outgoing calls
no test coverage detected