Constructor. TestPropertyKeyIs has NO default constructor.
| 743 | // |
| 744 | // TestPropertyKeyIs has NO default constructor. |
| 745 | explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} |
| 746 | |
| 747 | // Returns true iff the test name of test property matches on key_. |
| 748 | bool operator()(const TestProperty& test_property) const { |
nothing calls this directly
no outgoing calls
no test coverage detected