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

Function Y_UNIT_TEST

util/string/vector_ut.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6Y_UNIT_TEST_SUITE(TStringJoinTest) {
7 Y_UNIT_TEST(Test1) {
8 TVector<TUtf16String> v;
9
10 UNIT_ASSERT_EQUAL(JoinStrings(v, ToWtring("")), ToWtring(""));
11 }
12
13 Y_UNIT_TEST(Test2) {
14 TVector<TUtf16String> v;

Callers

nothing calls this directly

Calls 3

ToWtringFunction · 0.85
JoinStringsFunction · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected