MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / TEST_F

Function TEST_F

common/values/parsed_map_field_value_test.cc:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58using ParsedMapFieldValueTest = common_internal::ValueTest<>;
59
60TEST_F(ParsedMapFieldValueTest, Field) {
61 ParsedMapFieldValue value(
62 DynamicParseTextProto<TestAllTypesProto3>(R"pb()pb"),
63 DynamicGetField<TestAllTypesProto3>("map_int64_int64"), arena());
64 EXPECT_TRUE(value);
65}
66
67TEST_F(ParsedMapFieldValueTest, Kind) {
68 ParsedMapFieldValue value(

Callers

nothing calls this directly

Calls 15

to_addressFunction · 0.85
BoolValueIsFunction · 0.85
ErrorValueIsFunction · 0.85
StringValueIsFunction · 0.85
IntValueIsFunction · 0.85
DoubleValueIsFunction · 0.85
UintValueIsFunction · 0.85
DurationValueIsFunction · 0.85
BytesValueIsFunction · 0.85
IsNullValueFunction · 0.85
BoolValueClass · 0.70
ParsedMapFieldValueClass · 0.70

Tested by

no test coverage detected