Home
last modified time | relevance | path

Searched refs:subdirectory1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-power/test/
H A Dtemporary_subdirectory_tests.cpp47 TemporarySubDirectory subdirectory1{}; in TEST() local
48 EXPECT_FALSE(subdirectory1.getPath().empty()); in TEST()
49 EXPECT_TRUE(fs::exists(subdirectory1.getPath())); in TEST()
52 fs::path path = subdirectory1.getPath(); in TEST()
55 TemporarySubDirectory subdirectory2{std::move(subdirectory1)}; in TEST()
58 EXPECT_TRUE(subdirectory1.getPath().empty()); in TEST()
70 TemporarySubDirectory subdirectory1{}; in TEST() local
71 EXPECT_FALSE(subdirectory1.getPath().empty()); in TEST()
72 EXPECT_TRUE(fs::exists(subdirectory1.getPath())); in TEST()
75 fs::path path1 = subdirectory1.getPath(); in TEST()
[all …]