| 65 | |
| 66 | Y_UNIT_TEST_SUITE(PSUF(PathSplit)) { |
| 67 | Y_UNIT_TEST(Empty) { |
| 68 | PSUF(TPathSplit) |
| 69 | ps; |
| 70 | PS_CHECK(ps); |
| 71 | UNIT_ASSERT_EQUAL(ps.IsAbsolute, false); |
| 72 | } |
| 73 | |
| 74 | Y_UNIT_TEST(Relative) { |
| 75 | PSUF(TPathSplit) |
nothing calls this directly
no test coverage detected