MCPcopy Create free account
hub / github.com/catboost/catboost / TEST

Function TEST

library/cpp/yt/string/unittests/format_ut.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86////////////////////////////////////////////////////////////////////////////////
87
88TEST(TFormatTest, Nothing)
89{
90 EXPECT_EQ("abc", Format("a%nb%nc", 1, 2));
91}
92
93TEST(TFormatTest, Verbatim)
94{

Callers

nothing calls this directly

Calls 15

MakeCompactIntervalViewFunction · 0.85
MakeFormattableViewFunction · 0.85
FormatVectorFunction · 0.85
TRuntimeFormatClass · 0.85
AppendFormatMethod · 0.80
FormatFunction · 0.50
ssizeFunction · 0.50
maxFunction · 0.50
minFunction · 0.50
to_stringFunction · 0.50
tupleClass · 0.50

Tested by

no test coverage detected