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

Function TEST_F

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected