Searched refs:test_cases_map_builder (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/kyua/model/
H A Dtest_case_fwd.hpp42 class test_cases_map_builder;
H A Dtest_case.hpp80 class test_cases_map_builder : utils::noncopyable { class in namespace:model
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());
148 const model::test_cases_map exp_tcs = model::test_cases_map_builder()
181 model::test_cases_map_builder().add(test_case).build());
212 model::test_cases_map_builder().add("main").build());
241 const model::test_cases_map test_cases = model::test_cases_map_builder()
353 const model::test_cases_map base_tcs = model::test_cases_map_builder()
365 const model::test_cases_map other_tcs = model::test_cases_map_builder()
384 const model::test_cases_map other_tcs = model::test_cases_map_builder()
451 const model::test_cases_map other_tcs = model::test_cases_map_builder()
577 const model::test_cases_map test_cases = model::test_cases_map_builder()
[all...]
H A Dtest_case_test.cpp215 model::test_cases_map_builder builder;
/freebsd-13-stable/contrib/kyua/engine/
H A Dplain.cpp79 return model::test_cases_map_builder().add("main").build();
H A Datf_test.cpp178 const model::test_cases_map exp_test_cases = model::test_cases_map_builder()
199 const model::test_cases_map exp_test_cases = model::test_cases_map_builder()
216 const model::test_cases_map exp_test_cases = model::test_cases_map_builder()
235 const model::test_cases_map exp_test_cases = model::test_cases_map_builder()
H A Datf_list_test.cpp175 const model::test_cases_map exp_tests = model::test_cases_map_builder()
193 const model::test_cases_map exp_tests = model::test_cases_map_builder()
250 const model::test_cases_map exp_tests = model::test_cases_map_builder()
H A Dtap.cpp126 return model::test_cases_map_builder().add("main").build();
H A Datf_list.cpp177 model::test_cases_map_builder test_cases_builder;
H A Dplain_test.cpp127 const model::test_cases_map exp_test_cases = model::test_cases_map_builder()
H A Dtap_test.cpp127 const model::test_cases_map exp_test_cases = model::test_cases_map_builder()
H A Dscheduler_test.cpp288 model::test_cases_map_builder test_cases_builder;
496 const model::test_cases_map exp_test_cases = model::test_cases_map_builder()
511 const model::test_cases_map exp_test_cases = model::test_cases_map_builder()
524 const model::test_cases_map exp_test_cases = model::test_cases_map_builder()
/freebsd-13-stable/contrib/kyua/store/
H A Dread_transaction.cpp163 model::test_cases_map_builder test_cases;

Completed in 70 milliseconds