| 49 | using TestAllTypesProto3 = ::cel::expr::conformance::proto3::TestAllTypes; |
| 50 | |
| 51 | TEST(Value, GeneratedEnum) { |
| 52 | EXPECT_EQ(Value::Enum(google::protobuf::NULL_VALUE), NullValue()); |
| 53 | EXPECT_EQ(Value::Enum(google::protobuf::SYNTAX_EDITIONS), IntValue(2)); |
| 54 | } |
| 55 | |
| 56 | TEST(Value, DynamicEnum) { |
| 57 | EXPECT_THAT( |
nothing calls this directly
no test coverage detected