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

Function TEST_F

common/values/custom_struct_value_test.cc:356–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354};
355
356TEST_F(CustomStructValueTest, Kind) {
357 EXPECT_EQ(CustomStructValue::kind(), CustomStructValue::kKind);
358}
359
360TEST_F(CustomStructValueTest, Dispatcher_GetTypeId) {
361 EXPECT_EQ(MakeDispatcher().GetTypeId(),

Callers

nothing calls this directly

Calls 15

MakeBasicStructTypeFunction · 0.85
to_addressFunction · 0.85
BoolValueIsFunction · 0.85
IntValueIsFunction · 0.85
kindFunction · 0.70
CustomStructValueClass · 0.70
GetTypeIdMethod · 0.45
GetTypeNameMethod · 0.45
DebugStringMethod · 0.45
GetRuntimeTypeMethod · 0.45
IsZeroValueMethod · 0.45
SerializeToMethod · 0.45

Tested by

no test coverage detected