Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DoGenAndWrite
Function · 0.85
Run
Function · 0.70
Write
Method · 0.45
Finish
Method · 0.45
Read
Method · 0.45
Skip
Method · 0.45
ReadTo
Method · 0.45
Tested by
no test coverage detected