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

Function TEST_F

common/values/list_value_test.cc:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46};
47
48TEST_F(ListValueTest, Default) {
49 ListValue value;
50 EXPECT_THAT(value.IsEmpty(), IsOkAndHolds(true));
51 EXPECT_THAT(value.Size(), IsOkAndHolds(0));
52 EXPECT_EQ(value.DebugString(), "[]");
53}
54
55TEST_F(ListValueTest, Kind) {
56 ASSERT_OK_AND_ASSIGN(auto value,

Callers

nothing calls this directly

Calls 15

ErrorValueIsFunction · 0.85
ValueClass · 0.70
ASSERT_OK_AND_ASSIGNFunction · 0.70
IntValueClass · 0.70
IsEmptyMethod · 0.45
SizeMethod · 0.45
DebugStringMethod · 0.45
kindMethod · 0.45
NativeValueMethod · 0.45
GetMethod · 0.45
ForEachMethod · 0.45
ContainsMethod · 0.45

Tested by

no test coverage detected