| 236 | } |
| 237 | |
| 238 | ValueMatcher OptionalValueIs(ValueMatcher m) { |
| 239 | return ValueMatcher(new OptionalValueMatcherImpl(std::move(m))); |
| 240 | } |
| 241 | |
| 242 | ValueMatcher OptionalValueIsEmpty() { return OptionalValueIsEmptyImpl(); } |
| 243 |
no outgoing calls
no test coverage detected