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

Function TEST

common/value_testing_test.cc:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32using ::testing::UnorderedElementsAre;
33
34TEST(BoolValueIs, Match) { EXPECT_THAT(BoolValue(true), BoolValueIs(true)); }
35
36TEST(BoolValueIs, NoMatch) {
37 EXPECT_THAT(BoolValue(false), Not(BoolValueIs(true)));

Callers

nothing calls this directly

Calls 15

BoolValueIsFunction · 0.85
IntValueIsFunction · 0.85
UintValueIsFunction · 0.85
DoubleValueIsFunction · 0.85
DurationValueIsFunction · 0.85
TimestampValueIsFunction · 0.85
StringValueIsFunction · 0.85
BytesValueIsFunction · 0.85
ErrorValueFunction · 0.85
ErrorValueIsFunction · 0.85
BoolValueClass · 0.50
IntValueClass · 0.50

Tested by

no test coverage detected