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

Function Y_UNIT_TEST

util/folder/tempdir_ut.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8Y_UNIT_TEST_SUITE(TTempDirTests) {
9 Y_UNIT_TEST(TestMoveCtor) {
10 TMaybe<TTempDir> dir{TTempDir::NewTempDir(GetWorkPath())};
11 UNIT_ASSERT_NO_EXCEPTION(dir.Clear());
12 }
13} // Y_UNIT_TEST_SUITE(TTempDirTests)

Callers

nothing calls this directly

Calls 2

GetWorkPathFunction · 0.85
ClearMethod · 0.45

Tested by

no test coverage detected