Returns a matcher for CEL null value.
| 57 | |
| 58 | // Returns a matcher for CEL null value. |
| 59 | inline ValueMatcher IsNullValue() { return ValueKindIs(ValueKind::kNull); } |
| 60 | |
| 61 | // Returns a matcher for CEL bool values. |
| 62 | ValueMatcher BoolValueIs(testing::Matcher<bool> m); |