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

Method TestStrokaInput

util/stream/ios_ut.cpp:407–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407void TStreamsTest::TestStrokaInput() {
408 TString s;
409 for (ui32 i = 0; i < 100000; ++i) {
410 TVector<char> d(i % 1000, 'a');
411 s.append(d.data(), d.size());
412 s.append('\n');
413 }
414 TestStreamReadTo(s, ::TestStrokaInput);
415}
416
417void TStreamsTest::TestWtrokaInput() {
418 const TString s(Text);

Callers

nothing calls this directly

Calls 4

TestStreamReadToFunction · 0.85
appendMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected