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

Function TEST_F

common/arena_string_view_test.cc:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44TEST_F(ArenaStringViewTest, Default) {
45 ArenaStringView string;
46 EXPECT_THAT(string, IsEmpty());
47 EXPECT_THAT(string, SizeIs(0));
48 EXPECT_THAT(string, Eq(ArenaStringView()));
49}
50
51TEST_F(ArenaStringViewTest, Iterator) {
52 ArenaStringView string = ArenaStringView("Hello World!", arena());

Callers

nothing calls this directly

Calls 3

ArenaStringViewFunction · 0.85
cbeginMethod · 0.45
cendMethod · 0.45

Tested by

no test coverage detected