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

Function TEST_F

common/arena_string_test.cc:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46TEST_F(ArenaStringTest, Default) {
47 ArenaString string;
48 EXPECT_THAT(string, IsEmpty());
49 EXPECT_THAT(string, SizeIs(0));
50 EXPECT_THAT(string, Eq(ArenaString()));
51}
52
53TEST_F(ArenaStringTest, Small) {
54 static constexpr absl::string_view kSmall = "Hello World!";

Callers

nothing calls this directly

Calls 4

ArenaStringFunction · 0.70
sizeMethod · 0.45
cbeginMethod · 0.45
cendMethod · 0.45

Tested by

no test coverage detected