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

Function TEST_F

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected