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

Function Y_UNIT_TEST

util/stream/buffered_ut.cpp:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 Y_UNIT_TEST(TestEqual) {
26 TString s1;
27 TString s2;
28
29 Run(TBuffered<TStringOutput>(8000, s1));
30 Run(TAdaptivelyBuffered<TStringOutput>(s2));
31
32 UNIT_ASSERT_VALUES_EQUAL(s1, s2);
33 }
34
35 Y_UNIT_TEST(Test1) {
36 TString s;

Callers

nothing calls this directly

Calls 7

DoGenAndWriteFunction · 0.85
RunFunction · 0.70
WriteMethod · 0.45
FinishMethod · 0.45
ReadMethod · 0.45
SkipMethod · 0.45
ReadToMethod · 0.45

Tested by

no test coverage detected