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

Function TEST_F

common/values/int_value_test.cc:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30using IntValueTest = common_internal::ValueTest<>;
31
32TEST_F(IntValueTest, Kind) {
33 EXPECT_EQ(IntValue(1).kind(), IntValue::kKind);
34 EXPECT_EQ(Value(IntValue(1)).kind(), IntValue::kKind);
35}
36
37TEST_F(IntValueTest, DebugString) {
38 {

Callers

nothing calls this directly

Calls 5

OfFunction · 0.85
IntValueClass · 0.70
ValueClass · 0.70
kindMethod · 0.45
ConvertToJsonMethod · 0.45

Tested by

no test coverage detected