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

Function TEST_F

common/values/string_value_test.cc:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

OfFunction · 0.85
StringValueIsFunction · 0.85
ErrorValueIsFunction · 0.85
TryFlatMethod · 0.80
CopyToStringMethod · 0.80
ToCordMethod · 0.80
CopyToCordMethod · 0.80
AppendToCordMethod · 0.80
LowerAsciiMethod · 0.80
UpperAsciiMethod · 0.80
LastIndexOfMethod · 0.80
TrimMethod · 0.80

Tested by

no test coverage detected