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

Function Y_UNIT_TEST

library/cpp/containers/flat_hash/ut/iterator_ut.cpp:64–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63Y_UNIT_TEST_SUITE(TIteratorTest) {
64 Y_UNIT_TEST(SmokingTest) {
65 {
66 TFlatContainer<int> cont(INIT_SIZE);
67 SmokingTest(cont);
68 }
69 {
70 TDenseContainer<int, NSet::TStaticValueMarker<-1>> cont(INIT_SIZE);
71 SmokingTest(cont);
72 }
73 }
74
75 Y_UNIT_TEST(ConstTest) {
76 {

Callers

nothing calls this directly

Calls 2

ConstTestFunction · 0.85
SmokingTestFunction · 0.70

Tested by

no test coverage detected