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

Function Y_UNIT_TEST

util/folder/pathsplit_ut.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66Y_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)

Callers

nothing calls this directly

Calls 2

IsAbsolutePathFunction · 0.85
ReconstructMethod · 0.45

Tested by

no test coverage detected