MCPcopy 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
117void TListTest::TestSize() {
118 TMyList l(1024);
119
120 UNIT_ASSERT_EQUAL(l.Size(), 1024);
121}
122
123void TListTest::TestIterate() {
124 TMyList l(1000);

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected