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

Function TEST

library/cpp/yt/string/unittests/guid_ut.cpp:28–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28TEST(TGuidTest, FormatAllTricky)
29{
30 for (ui32 a : TrickyValues) {
31 for (ui32 b : TrickyValues) {
32 for (ui32 c : TrickyValues) {
33 for (ui32 d : TrickyValues) {
34 auto value = TGuid(a, b, c, d);
35 EXPECT_EQ(CanonicalToString(value), ToString(value));
36 }
37 }
38 }
39 }
40}
41
42TEST(TGuidTest, FormatAllSymbols)
43{

Callers

nothing calls this directly

Calls 5

CanonicalToStringFunction · 0.85
TGuidClass · 0.50
ToStringFunction · 0.50
FromStringFunction · 0.50
HexEncodeFunction · 0.50

Tested by

no test coverage detected