Constructor. TestNameIs has NO default constructor.
| 4119 | // |
| 4120 | // TestNameIs has NO default constructor. |
| 4121 | explicit TestNameIs(const char* name) |
| 4122 | : name_(name) {} |
| 4123 | |
| 4124 | // Returns true iff the test name of test_info matches name_. |
| 4125 | bool operator()(const TestInfo * test_info) const { |
nothing calls this directly
no outgoing calls
no test coverage detected