MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST

Function TEST

tensorflow/core/platform/stringprintf_test.cc:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace {
25
26TEST(PrintfTest, Empty) {
27 EXPECT_EQ("", Printf("%s", string().c_str()));
28 EXPECT_EQ("", Printf("%s", ""));
29}
30
31TEST(PrintfTest, Misc) {
32// MSVC does not support $ format specifier.

Callers

nothing calls this directly

Calls 4

PrintfFunction · 0.85
AppendfFunction · 0.85
c_strMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected