Home
last modified time | relevance | path

Searched refs:add_vector (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates_test.cpp124 templates.add_vector("the-name"); in ATF_TEST_CASE_BODY()
133 templates.add_vector("the-name"); in ATF_TEST_CASE_BODY()
136 templates.add_vector("the-name"); in ATF_TEST_CASE_BODY()
145 templates.add_vector("the-name"); in ATF_TEST_CASE_BODY()
179 templates.add_vector("some-name "); in ATF_TEST_CASE_BODY()
181 templates.add_vector("some-name"); in ATF_TEST_CASE_BODY()
211 templates.add_vector("foo"); in ATF_TEST_CASE_BODY()
212 templates.add_vector("bar"); in ATF_TEST_CASE_BODY()
223 templates.add_vector("foo"); in ATF_TEST_CASE_BODY()
254 templates.add_vector("v"); in ATF_TEST_CASE_BODY()
[all …]
H A Dtemplates.hpp102 void add_vector(const std::string&);
H A Dtemplates.cpp577 text::templates_def::add_vector(const std::string& name) in add_vector() function in text::templates_def
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report_html.cpp124 templates.add_vector(key_vector); in add_map()
125 templates.add_vector(value_vector); in add_map()
275 _summary_templates.add_vector("broken_test_cases"); in html_hooks()
276 _summary_templates.add_vector("broken_test_cases_file"); in html_hooks()
277 _summary_templates.add_vector("xfail_test_cases"); in html_hooks()
278 _summary_templates.add_vector("xfail_test_cases_file"); in html_hooks()
279 _summary_templates.add_vector("failed_test_cases"); in html_hooks()
280 _summary_templates.add_vector("failed_test_cases_file"); in html_hooks()
281 _summary_templates.add_vector("passed_test_cases"); in html_hooks()
282 _summary_templates.add_vector("passed_test_cases_file"); in html_hooks()
[all …]