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

Function Y_UNIT_TEST

util/generic/iterator_range_ut.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7Y_UNIT_TEST_SUITE(IteratorRange) {
8 Y_UNIT_TEST(DefaultConstructor) {
9 TIteratorRange<int*> range;
10 UNIT_ASSERT(range.empty());
11 }
12
13 Y_UNIT_TEST(DefaultConstructorSentinel) {
14 TIteratorRange<int*, void*> range;

Callers

nothing calls this directly

Calls 9

Y_UNUSEDFunction · 0.85
MakeIteratorRangeFunction · 0.85
EqualFunction · 0.70
AllOfFunction · 0.70
emptyMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected