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

Function TEST_F

common/values/mutable_map_value_test.cc:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44using MutableMapValueTest = common_internal::ValueTest<>;
45
46TEST_F(MutableMapValueTest, DebugString) {
47 auto mutable_map_value = NewMutableMapValue(arena());
48 EXPECT_THAT(CustomMapValue(mutable_map_value, arena()).DebugString(), "{}");
49}
50
51TEST_F(MutableMapValueTest, IsEmpty) {
52 auto mutable_map_value = NewMutableMapValue(arena());

Callers

nothing calls this directly

Calls 15

ListValueIsFunction · 0.85
ListValueElementsFunction · 0.85
StringValueIsFunction · 0.85
IntValueIsFunction · 0.85
IsNullValueFunction · 0.85
BoolValueIsFunction · 0.85
IsMutableMapValueFunction · 0.85
CustomMapValueClass · 0.70
StringValueClass · 0.70
IntValueClass · 0.70
ASSERT_OK_AND_ASSIGNFunction · 0.70
ValueClass · 0.70

Tested by

no test coverage detected