Home
last modified time | relevance | path

Searched refs:test_cases_map_builder (Results 1 – 14 of 14) sorted by relevance

/dports/devel/kyua/kyua-0.13/model/
H A Dtest_case.cpp297 model::test_cases_map_builder&
298 model::test_cases_map_builder::add(const test_case& test_case) in add()
311 model::test_cases_map_builder&
312 model::test_cases_map_builder::add(const std::string& test_case_name) in add()
324 model::test_cases_map_builder&
325 model::test_cases_map_builder::add(const std::string& test_case_name, in add()
336 model::test_cases_map_builder::build(void) const in build()
H A Dtest_case.hpp80 class test_cases_map_builder : utils::noncopyable { class
85 test_cases_map_builder& add(const test_case&);
86 test_cases_map_builder& add(const std::string&);
87 test_cases_map_builder& add(const std::string&, const metadata&);
H A Dtest_program_test.cpp133 model::test_cases_map_builder().add("foo", tc_md).build()); in check_ctor_and_getters()
148 const model::test_cases_map exp_tcs = model::test_cases_map_builder() in check_ctor_and_getters()
181 model::test_cases_map_builder().add(test_case).build()); in check_find_ok()
212 model::test_cases_map_builder().add("main").build()); in check_find_missing()
241 const model::test_cases_map test_cases = model::test_cases_map_builder() in check_metadata_inheritance()
353 const model::test_cases_map base_tcs = model::test_cases_map_builder() in check_operators_eq_and_ne__not_copy()
365 const model::test_cases_map other_tcs = model::test_cases_map_builder() in check_operators_eq_and_ne__not_copy()
384 const model::test_cases_map other_tcs = model::test_cases_map_builder() in check_operators_eq_and_ne__not_copy()
451 const model::test_cases_map other_tcs = model::test_cases_map_builder() in check_operators_eq_and_ne__not_copy()
577 const model::test_cases_map test_cases = model::test_cases_map_builder() in check_output__some_test_cases()
[all …]
H A Dtest_case_fwd.hpp42 class test_cases_map_builder;
H A Dtest_case_test.cpp215 model::test_cases_map_builder builder; in ATF_TEST_CASE_BODY()
/dports/devel/kyua/kyua-0.13/engine/
H A Datf_list_test.cpp175 const model::test_cases_map exp_tests = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
193 const model::test_cases_map exp_tests = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
250 const model::test_cases_map exp_tests = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
H A Datf_test.cpp178 const model::test_cases_map exp_test_cases = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
199 const model::test_cases_map exp_test_cases = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
216 const model::test_cases_map exp_test_cases = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
235 const model::test_cases_map exp_test_cases = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
H A Dplain.cpp89 return model::test_cases_map_builder().add("main").build(); in parse_list()
H A Dtap.cpp136 return model::test_cases_map_builder().add("main").build(); in parse_list()
H A Datf_list.cpp177 model::test_cases_map_builder test_cases_builder; in parse_atf_list()
H A Dplain_test.cpp127 const model::test_cases_map exp_test_cases = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
H A Dtap_test.cpp127 const model::test_cases_map exp_test_cases = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
H A Dscheduler_test.cpp288 model::test_cases_map_builder test_cases_builder; in parse_list()
500 const model::test_cases_map exp_test_cases = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
515 const model::test_cases_map exp_test_cases = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
528 const model::test_cases_map exp_test_cases = model::test_cases_map_builder() in ATF_TEST_CASE_BODY()
/dports/devel/kyua/kyua-0.13/store/
H A Dread_transaction.cpp163 model::test_cases_map_builder test_cases; in get_test_cases()