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

Function TEST_F

common/values/null_value_test.cc:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33using NullValueTest = common_internal::ValueTest<>;
34
35TEST_F(NullValueTest, Kind) {
36 EXPECT_EQ(NullValue().kind(), NullValue::kKind);
37 EXPECT_EQ(Value(NullValue()).kind(), NullValue::kKind);
38}
39
40TEST_F(NullValueTest, DebugString) {
41 {

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected