Searched refs:do_test_ok (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/kyua/utils/text/ |
H A D | templates_test.cpp | 56 do_test_ok(const text::templates_def& templates, const std::string& input_str, in do_test_ok() function 359 do_test_ok(templates, "", ""); in ATF_TEST_CASE_BODY() 386 do_test_ok(templates, input, exp_output); in ATF_TEST_CASE_BODY() 424 do_test_ok(templates, input, exp_output); in ATF_TEST_CASE_BODY() 469 do_test_ok(templates, input, exp_output); in ATF_TEST_CASE_BODY() 541 do_test_ok(templates, input, exp_output); in ATF_TEST_CASE_BODY() 567 do_test_ok(templates, input, exp_output); in ATF_TEST_CASE_BODY() 610 do_test_ok(templates, input, exp_output); in ATF_TEST_CASE_BODY() 650 do_test_ok(templates, input, exp_output); in ATF_TEST_CASE_BODY() 674 do_test_ok(templates, input, exp_output); in ATF_TEST_CASE_BODY() [all …]
|