Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Y_UNIT_TEST
Function
Y_UNIT_TEST
util/draft/holder_vector_ut.cpp:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
Y_UNIT_TEST_SUITE(THolderVectorTest) {
6
Y_UNIT_TEST(TestCreateEmpty) {
7
THolderVector<int> ints;
8
UNIT_ASSERT_EQUAL(ints.Size(), 0);
9
UNIT_ASSERT(!ints);
10
}
11
12
Y_UNIT_TEST(TestCreateNonEmpty) {
13
THolderVector<int> ints(5);
Callers
nothing calls this directly
Calls
10
move
Function · 0.50
Size
Method · 0.45
PushBack
Method · 0.45
Reset
Method · 0.45
Resize
Method · 0.45
Swap
Method · 0.45
empty
Method · 0.45
size
Method · 0.45
front
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected