Lines Matching +full:path +full:- +full:map
31 #include <map>
35 #include <atf-c++.hpp>
37 #include "utils/fs/path.hpp"
45 std::map< std::string, std::string > env; in ATF_TEST_CASE_BODY()
48 const model::context context(fs::path("/foo/bar"), env); in ATF_TEST_CASE_BODY()
49 ATF_REQUIRE_EQ(fs::path("/foo/bar"), context.cwd()); in ATF_TEST_CASE_BODY()
57 std::map< std::string, std::string > env; in ATF_TEST_CASE_BODY()
59 const model::context context1(fs::path("/foo/bar"), env); in ATF_TEST_CASE_BODY()
60 const model::context context2(fs::path("/foo/bar"), env); in ATF_TEST_CASE_BODY()
61 const model::context context3(fs::path("/foo/baz"), env); in ATF_TEST_CASE_BODY()
63 const model::context context4(fs::path("/foo/bar"), env); in ATF_TEST_CASE_BODY()
76 const std::map< std::string, std::string > env; in ATF_TEST_CASE_BODY()
77 const model::context context(fs::path("/foo/bar"), env); in ATF_TEST_CASE_BODY()
88 std::map< std::string, std::string > env; in ATF_TEST_CASE_BODY()
91 const model::context context(fs::path("/foo/bar"), env); in ATF_TEST_CASE_BODY()