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

Function TEST_F

common/values/custom_map_value_test.cc:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297};
298
299TEST_F(CustomMapValueTest, Kind) {
300 EXPECT_EQ(CustomMapValue::kind(), CustomMapValue::kKind);
301}
302
303TEST_F(CustomMapValueTest, Dispatcher_GetTypeId) {
304 EXPECT_EQ(MakeDispatcher().GetTypeId(),

Callers

nothing calls this directly

Calls 15

to_addressFunction · 0.85
BoolValueIsFunction · 0.85
IntValueIsFunction · 0.85
ErrorValueIsFunction · 0.85
StringValueIsFunction · 0.85
kindFunction · 0.70
StringValueClass · 0.70
GetTypeIdMethod · 0.45
GetTypeNameMethod · 0.45
DebugStringMethod · 0.45
IsZeroValueMethod · 0.45
SerializeToMethod · 0.45

Tested by

no test coverage detected