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

Function Y_UNIT_TEST

library/cpp/http/io/compression_ut.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 static const TString DATA = "I'm a teapot";
12
13 Y_UNIT_TEST(TestGetBestCodecs) {
14 UNIT_ASSERT(TCompressionCodecFactory::Instance().GetBestCodecs().size() > 0);
15 }
16
17 Y_UNIT_TEST(TestEncoder) {
18 TStringStream buffer;

Callers

nothing calls this directly

Calls 12

InstanceFunction · 0.85
GetBestCodecsMethod · 0.80
FindEncoderMethod · 0.80
ReadAllMethod · 0.80
FindDecoderMethod · 0.80
TParamsClass · 0.50
sizeMethod · 0.45
WriteMethod · 0.45
SetTypeMethod · 0.45
containsMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected