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

Function TestAppend

util/generic/intrlist_ut.cpp:294–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294static void TestAppend(int N, int M) {
295 TMyList l(N);
296 TMyList l2(M);
297 l.Append(l2);
298
299 UNIT_ASSERT(l2.Empty());
300 CheckIterationAfterAppend(l, N, M);
301}
302
303void TListTest::TestAppend() {
304 ::TestAppend(500, 500);

Callers 1

TestAppendMethod · 0.85

Calls 3

AppendMethod · 0.45
EmptyMethod · 0.45

Tested by

no test coverage detected