Returns true iff the test name of test property matches on key_.
| 746 | |
| 747 | // Returns true iff the test name of test property matches on key_. |
| 748 | bool operator()(const TestProperty& test_property) const { |
| 749 | return test_property.key() == key_; |
| 750 | } |
| 751 | |
| 752 | private: |
| 753 | std::string key_; |