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

Function TEST

library/cpp/yt/misc/unittests/guid_ut.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10////////////////////////////////////////////////////////////////////////////////
11
12TEST(TGuidTest, CreateRandom)
13{
14 auto guid = TGuid::Create();
15 auto otherGuid = TGuid::Create();
16 EXPECT_FALSE(guid == otherGuid);
17}
18
19TEST(TGuidTest, FormattableGuid)
20{

Callers

nothing calls this directly

Calls 6

TFormattableGuidClass · 0.85
CreateFunction · 0.50
FromStringFunction · 0.50
SortFunction · 0.50
ssizeFunction · 0.50
ToStringBufMethod · 0.45

Tested by

no test coverage detected