| 201 | } |
| 202 | |
| 203 | ValueMatcher TimestampValueIs(Matcher<absl::Time> m) { |
| 204 | return ValueMatcher( |
| 205 | new SimpleTypeMatcherImpl<TimestampValue, absl::Time>(std::move(m))); |
| 206 | } |
| 207 | |
| 208 | ValueMatcher DurationValueIs(Matcher<absl::Duration> m) { |
| 209 | return ValueMatcher( |
no outgoing calls
no test coverage detected