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

Function Y_UNIT_TEST

library/cpp/containers/flat_hash/ut/containers_ut.cpp:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208
209Y_UNIT_TEST_SUITE(TFlatContainerTest) {
210 Y_UNIT_TEST(SmokingTest) {
211 SmokingTest<TFlatContainer<int>>(INIT_SIZE);
212 }
213
214 Y_UNIT_TEST(SmokingTestNotSimpleType) {
215 TNotSimple::ResetStats();

Callers

nothing calls this directly

Calls 13

IotaFunction · 0.85
ShuffleFunction · 0.50
SizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
resizeMethod · 0.45
sizeMethod · 0.45
IsEmptyMethod · 0.45
IsTakenMethod · 0.45
InitNodeMethod · 0.45
TakenMethod · 0.45
IsDeletedMethod · 0.45

Tested by

no test coverage detected