Lines Matching full:model
37 #include "model/metadata.hpp"
38 #include "model/test_case.hpp"
39 #include "model/types.hpp"
53 const model::properties_map properties; in ATF_TEST_CASE_BODY()
54 const model::metadata md = engine::parse_atf_metadata(properties); in ATF_TEST_CASE_BODY()
56 const model::metadata exp_md = model::metadata_builder().build(); in ATF_TEST_CASE_BODY()
64 model::properties_map properties; in ATF_TEST_CASE_BODY()
78 const model::metadata md = engine::parse_atf_metadata(properties); in ATF_TEST_CASE_BODY()
80 const model::metadata exp_md = model::metadata_builder() in ATF_TEST_CASE_BODY()
107 model::properties_map properties; in ATF_TEST_CASE_BODY()
173 const model::test_cases_map tests = engine::parse_atf_list(input); in ATF_TEST_CASE_BODY()
175 const model::test_cases_map exp_tests = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
191 const model::test_cases_map tests = engine::parse_atf_list(input); in ATF_TEST_CASE_BODY()
193 const model::test_cases_map exp_tests = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
194 .add("first", model::metadata_builder() in ATF_TEST_CASE_BODY()
248 const model::test_cases_map tests = engine::parse_atf_list(input); in ATF_TEST_CASE_BODY()
250 const model::test_cases_map exp_tests = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
251 .add("first", model::metadata_builder() in ATF_TEST_CASE_BODY()
254 .add("second", model::metadata_builder() in ATF_TEST_CASE_BODY()