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

Function TestStreamReadTo4

util/stream/ios_ut.cpp:363–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361 }
362
363 void TestStreamReadTo4(IInputStream& input, const char* comment) {
364 UNIT_ASSERT_VALUES_EQUAL_C(input.ReadTo('\0'), "one", comment);
365 UNIT_ASSERT_VALUES_EQUAL_C(input.ReadTo('\0'), "two", comment);
366 UNIT_ASSERT_VALUES_EQUAL_C(input.ReadTo('\0'), "three", comment);
367 }
368
369 void TestStrokaInput(IInputStream& input, const char* comment) {
370 TString line;

Callers

nothing calls this directly

Calls 1

ReadToMethod · 0.45

Tested by

no test coverage detected