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

Function TEST_F

common/values/bytes_value_test.cc:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38using BytesValueTest = common_internal::ValueTest<>;
39
40TEST_F(BytesValueTest, Kind) {
41 EXPECT_EQ(BytesValue("foo").kind(), BytesValue::kKind);
42 EXPECT_EQ(Value(BytesValue(absl::Cord("foo"))).kind(), BytesValue::kKind);
43}
44
45TEST_F(BytesValueTest, DebugString) {
46 {

Callers

nothing calls this directly

Calls 15

OfFunction · 0.85
TryFlatMethod · 0.80
CopyToStringMethod · 0.80
ToCordMethod · 0.80
CopyToCordMethod · 0.80
AppendToCordMethod · 0.80
SkipMethod · 0.80
ReadCordMethod · 0.80
AllowsAliasingMethod · 0.80
BytesValueClass · 0.70
ValueClass · 0.70
kindMethod · 0.45

Tested by

no test coverage detected