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

Function Y_UNIT_TEST

util/folder/dirut_ut.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10Y_UNIT_TEST_SUITE(TDirutTest) {
11 Y_UNIT_TEST(TestRealPath) {
12 UNIT_ASSERT(IsDir(RealPath(".")));
13 }
14
15 Y_UNIT_TEST(TestRealLocation) {
16 UNIT_ASSERT(IsDir(RealLocation(".")));

Callers

nothing calls this directly

Calls 15

RealPathFunction · 0.85
RealLocationFunction · 0.85
GetDirectorySeparatorFunction · 0.85
GetDirectorySeparatorSFunction · 0.85
GetDirNameFunction · 0.85
DoTestFunction · 0.85
ResolvePathFunction · 0.85
StripFileComponentFunction · 0.85
RemoveDirWithContentsFunction · 0.85
IsDirFunction · 0.70
MakeDirIfNotExistFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected