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

Function TEST_F

common/values/unknown_value_test.cc:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 6

OfFunction · 0.85
UnknownValueClass · 0.70
ValueClass · 0.70
kindMethod · 0.45
SerializeToMethod · 0.45
ConvertToJsonMethod · 0.45

Tested by

no test coverage detected