Searched defs:test_case_params (Results 1 – 2 of 2) sorted by relevance
145 struct test_case_params { struct146 const tools::fs::path& executable;147 const std::string& test_case_name;148 const std::string& test_case_part;149 const vars_map& metadata;150 const vars_map& config;151 const tools::fs::path& resfile;152 const tools::fs::path& workdir;154 test_case_params(const tools::fs::path& p_executable, in test_case_params() function
146 struct test_case_params { struct147 const atf::fs::path& executable;148 const std::string& test_case_name;149 const std::string& test_case_part;150 const atf::tests::vars_map& metadata;151 const atf::tests::vars_map& config;152 const atf::fs::path& resfile;153 const atf::fs::path& workdir;155 test_case_params(const atf::fs::path& p_executable, in test_case_params() argument