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

Function TEST

library/cpp/yt/system/unittests/env_ut.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14////////////////////////////////////////////////////////////////////////////////
15
16TEST(TParseEnvironNameValuePairTest, NonNull)
17{
18 auto pair = ParseEnvironNameValuePair("var=value");
19 EXPECT_EQ(pair.first, "var");
20 EXPECT_EQ(pair.second, "value");
21}
22
23TEST(TParseEnvironNameValuePairTest, Null)
24{

Callers

nothing calls this directly

Calls 8

SetEnvFunction · 0.85
GetEnvironNameValuePairsFunction · 0.85
UnsetEnvFunction · 0.85
FormatFunction · 0.50
CreateFunction · 0.50
findFunction · 0.50
endMethod · 0.45

Tested by

no test coverage detected