Lines Matching refs:getPath
53 EXPECT_FALSE(file.getPath().empty()); in TEST()
54 EXPECT_TRUE(fs::exists(file.getPath())); in TEST()
65 EXPECT_FALSE(file.getPath().empty()); in TEST()
66 EXPECT_TRUE(fs::exists(file.getPath())); in TEST()
116 EXPECT_FALSE(file.getPath().empty()); in TEST()
117 EXPECT_TRUE(fs::exists(file.getPath())); in TEST()
157 EXPECT_FALSE(file.getPath().empty()); in TEST()
158 EXPECT_TRUE(fs::exists(file.getPath())); in TEST()
161 fs::path path = file.getPath(); in TEST()
165 EXPECT_TRUE(file.getPath().empty()); in TEST()
175 EXPECT_FALSE(file.getPath().empty()); in TEST()
179 EXPECT_TRUE(file.getPath().empty()); in TEST()
183 EXPECT_TRUE(file.getPath().empty()); in TEST()
210 fs::path path = file.getPath(); in TEST()