| 5 | |
| 6 | Y_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; |
nothing calls this directly
no test coverage detected