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

Function TEST

library/cpp/yt/yson_string/unittests/saveload_ut.cpp:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10////////////////////////////////////////////////////////////////////////////////
11
12TEST(TYsonStringTest, SaveLoadNull)
13{
14 const TYsonString expected;
15 TStringStream s;
16 ::Save(&s, expected);
17 TYsonString result;
18 ::Load(&s, result);
19 EXPECT_EQ(expected, result);
20}
21
22TEST(TYsonStringTest, SaveLoadString)
23{

Callers

nothing calls this directly

Calls 3

SaveFunction · 0.50
LoadFunction · 0.50
FromStringFunction · 0.50

Tested by

no test coverage detected