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

Function TEST_F

common/values/parsed_json_map_value_test.cc:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52using ParsedJsonMapValueTest = common_internal::ValueTest<>;
53
54TEST_F(ParsedJsonMapValueTest, Kind) {
55 EXPECT_EQ(ParsedJsonMapValue::kind(), ParsedJsonMapValue::kKind);
56 EXPECT_EQ(ParsedJsonMapValue::kind(), ValueKind::kMap);
57}
58
59TEST_F(ParsedJsonMapValueTest, GetTypeName) {
60 EXPECT_EQ(ParsedJsonMapValue::GetTypeName(), ParsedJsonMapValue::kName);

Callers

nothing calls this directly

Calls 15

JsonMapTypeFunction · 0.85
to_addressFunction · 0.85
BoolValueIsFunction · 0.85
ErrorValueIsFunction · 0.85
IsNullValueFunction · 0.85
StringValueIsFunction · 0.85
kindFunction · 0.70
GetTypeNameFunction · 0.70
BoolValueClass · 0.70
ParsedJsonMapValueClass · 0.70
MapValueClass · 0.70
StringValueClass · 0.70

Tested by

no test coverage detected