Searched refs:NonEmptyFile (Results 1 – 4 of 4) sorted by relevance
148 rename(new_dir, env.NonEmptyFile, ec); in TEST_CASE()151 TEST_CHECK(is_directory(env.NonEmptyFile)); in TEST_CASE()152 TEST_CHECK(exists(env.NonEmptyFile / "file1")); in TEST_CASE()
80 const path expect = static_env.NonEmptyFile; in TEST_CASE()81 const path replace = static_env.NonEmptyFile.filename(); in TEST_CASE()
65 TEST_CHECK(!is_empty(static_env.NonEmptyFile)); in TEST_CASE()
396 const fs::path NonEmptyFile = TestFileList[1]; variable