MCPcopy Create free account
hub / github.com/chen3feng/toft / TEST

Function TEST

base/string/format/print_test.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace toft {
15
16TEST(StringPrint, NoARg)
17{
18 EXPECT_EQ("hello", StringPrint("hello"));
19}
20
21TEST(StringPrint, Escape)
22{

Callers

nothing calls this directly

Calls 4

StringPrintFunction · 0.85
StringPrintToFunction · 0.85
StringPrintAppendFunction · 0.85
lengthMethod · 0.45

Tested by

no test coverage detected