Lines Matching refs:tc
50 ATF_TC_HEAD(init, tc)
52 atf_tc_set_md_var(tc, "descr", "Checks the empty constructor");
54 ATF_TC_BODY(init, tc)
76 ATF_TC_HEAD(init_ap, tc)
78 atf_tc_set_md_var(tc, "descr", "Checks the formatted constructor using "
81 ATF_TC_BODY(init_ap, tc)
106 ATF_TC_HEAD(init_fmt, tc)
108 atf_tc_set_md_var(tc, "descr", "Checks the formatted constructor using "
111 ATF_TC_BODY(init_fmt, tc)
137 ATF_TC_HEAD(init_raw, tc)
139 atf_tc_set_md_var(tc, "descr", "Checks the construction of a string "
142 ATF_TC_BODY(init_raw, tc)
172 ATF_TC_HEAD(init_rep, tc)
174 atf_tc_set_md_var(tc, "descr", "Checks the construction of a string by "
177 ATF_TC_BODY(init_rep, tc)
218 ATF_TC_HEAD(init_substr, tc)
220 atf_tc_set_md_var(tc, "descr", "Checks the construction of a string "
223 ATF_TC_BODY(init_substr, tc)
258 ATF_TC_HEAD(copy, tc)
260 atf_tc_set_md_var(tc, "descr", "Checks the atf_dynstr_copy constructor");
262 ATF_TC_BODY(copy, tc)
280 ATF_TC_HEAD(fini_disown, tc)
282 atf_tc_set_md_var(tc, "descr", "Checks grabbing ownership of the "
285 ATF_TC_BODY(fini_disown, tc)
304 ATF_TC_HEAD(cstring, tc)
306 atf_tc_set_md_var(tc, "descr", "Checks the method to obtain a plain C "
309 ATF_TC_BODY(cstring, tc)
328 ATF_TC_HEAD(length, tc)
330 atf_tc_set_md_var(tc, "descr", "Checks the method to obtain the length");
332 ATF_TC_BODY(length, tc)
345 ATF_TC_HEAD(rfind_ch, tc)
347 atf_tc_set_md_var(tc, "descr", "Checks the method to locate the first "
350 ATF_TC_BODY(rfind_ch, tc)
426 ATF_TC_HEAD(append_ap, tc)
428 atf_tc_set_md_var(tc, "descr", "Checks that appending a string to "
431 ATF_TC_BODY(append_ap, tc)
437 ATF_TC_HEAD(append_fmt, tc)
439 atf_tc_set_md_var(tc, "descr", "Checks that appending a string to "
442 ATF_TC_BODY(append_fmt, tc)
448 ATF_TC_HEAD(clear, tc)
450 atf_tc_set_md_var(tc, "descr", "Checks clearing a string");
452 ATF_TC_BODY(clear, tc)
538 ATF_TC_HEAD(prepend_ap, tc)
540 atf_tc_set_md_var(tc, "descr", "Checks that prepending a string to "
543 ATF_TC_BODY(prepend_ap, tc)
549 ATF_TC_HEAD(prepend_fmt, tc)
551 atf_tc_set_md_var(tc, "descr", "Checks that prepending a string to "
554 ATF_TC_BODY(prepend_fmt, tc)
564 ATF_TC_HEAD(equal_cstring, tc)
566 atf_tc_set_md_var(tc, "descr", "Checks the atf_equal_dynstr_cstring "
569 ATF_TC_BODY(equal_cstring, tc)
587 ATF_TC_HEAD(equal_dynstr, tc)
589 atf_tc_set_md_var(tc, "descr", "Checks the atf_equal_dynstr_dynstr "
592 ATF_TC_BODY(equal_dynstr, tc)