| 220 | } |
| 221 | |
| 222 | ValueMatcher BytesValueIs(Matcher<std::string> m) { |
| 223 | return ValueMatcher(new StringTypeMatcherImpl<BytesValue>(std::move(m))); |
| 224 | } |
| 225 | |
| 226 | ValueMatcher MapValueIs(Matcher<MapValue> m) { |
| 227 | return ValueMatcher(new AbstractTypeMatcherImpl<MapValue>(std::move(m))); |
no outgoing calls
no test coverage detected