Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TestSize
Method
TestSize
util/generic/intrlist_ut.cpp:117–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void TListTest::TestSize() {
118
TMyList l(1024);
119
120
UNIT_ASSERT_EQUAL(l.Size(), 1024);
121
}
122
123
void TListTest::TestIterate() {
124
TMyList l(1000);
Callers
nothing calls this directly
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected