A matcher that checks that the values pointed to are Equals(). Useful in conjunction with other googletest matchers.
| 62 | // A matcher that checks that the values pointed to are Equals(). |
| 63 | // Useful in conjunction with other googletest matchers. |
| 64 | inline PointeesEqualMatcher PointeesEqual() { return {}; } |
| 65 | |
| 66 | class AnyOfJSONMatcher { |
| 67 | public: |
no outgoing calls