MCPcopy Create free account
hub / github.com/apache/brpc / TEST

Function TEST

test/stringprintf_unittest.cc:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26} // namespace
27
28TEST(StringPrintfTest, StringPrintfEmpty) {
29 EXPECT_EQ("", StringPrintf("%s", ""));
30}
31
32TEST(StringPrintfTest, StringPrintfMisc) {
33 EXPECT_EQ("123hello w", StringPrintf("%3d%2s %1c", 123, "hello", 'w'));

Callers

nothing calls this directly

Calls 5

StringPrintfFunction · 0.85
StringAppendFFunction · 0.85
snprintfFunction · 0.85
StringAppendVTestHelperFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected