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

Function TEST_P

common/memory_test.cc:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182};
183
184TEST_P(OwnedTest, Default) {
185 Owned<Data> owned;
186 EXPECT_FALSE(owned);
187 EXPECT_EQ(cel::to_address(owned), nullptr);
188 EXPECT_FALSE(owned != nullptr);
189 EXPECT_FALSE(nullptr != owned);
190}
191
192class TestData final : public Data {
193 public:

Callers

nothing calls this directly

Calls 8

to_addressFunction · 0.85
OwnerFunction · 0.85
BorrowerClass · 0.85
WrapSharedFunction · 0.85
OwnedFunction · 0.85
BorrowedClass · 0.85
GetArenaMethod · 0.45
arenaMethod · 0.45

Tested by

no test coverage detected