| 206 | } |
| 207 | |
| 208 | ValueMatcher DurationValueIs(Matcher<absl::Duration> m) { |
| 209 | return ValueMatcher( |
| 210 | new SimpleTypeMatcherImpl<DurationValue, absl::Duration>(std::move(m))); |
| 211 | } |
| 212 | |
| 213 | ValueMatcher ErrorValueIs(Matcher<absl::Status> m) { |
| 214 | return ValueMatcher( |