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

Function TEST

common/expr_test.cc:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65TEST(UnspecifiedExpr, Equality) {
66 EXPECT_EQ(UnspecifiedExpr{}, UnspecifiedExpr{});
67}
68
69TEST(IdentExpr, Name) {
70 IdentExpr ident_expr;

Callers

nothing calls this directly

Calls 15

MakeUnspecifiedExprFunction · 0.85
MakeListExprElementFunction · 0.85
MakeStructExprFieldFunction · 0.85
MakeMapExprEntryFunction · 0.85
MakeNestedListFunction · 0.85
has_operandMethod · 0.80
set_operandMethod · 0.80
release_operandMethod · 0.80
set_fieldMethod · 0.80
test_onlyMethod · 0.80
set_test_onlyMethod · 0.80
set_functionMethod · 0.80

Tested by

no test coverage detected