Searched refs:NonEmptyFile (Results 1 – 6 of 6) sorted by relevance
80 const path expect = static_env.NonEmptyFile; in TEST_CASE()81 const path replace = static_env.NonEmptyFile.filename(); in TEST_CASE()
80 const path expect = StaticEnv::NonEmptyFile; in TEST_CASE()81 const path replace = StaticEnv::NonEmptyFile.filename(); in TEST_CASE()
63 TEST_CHECK(!is_empty(StaticEnv::NonEmptyFile)); in TEST_CASE()
65 TEST_CHECK(!is_empty(static_env.NonEmptyFile)); in TEST_CASE()
58 static const fs::path NonEmptyFile = TestFileList[1]; variable
379 const fs::path NonEmptyFile = TestFileList[1]; variable