Home
last modified time | relevance | path

Searched refs:TCase (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/expat/tests/
H A Dminicheck.h101 typedef struct TCase TCase; typedef
111 TCase *tests;
114 struct TCase { struct
121 TCase *next_tcase; argument
138 TCase *tcase_create(const char *name);
139 void suite_add_tcase(Suite *suite, TCase *tc);
140 void tcase_add_checked_fixture(TCase *tc, tcase_setup_function setup,
142 void tcase_add_test(TCase *tc, tcase_test_function test);
H A Dminicheck.c64 TCase *
66 TCase *tc = (TCase *)calloc(1, sizeof(TCase)); in tcase_create()
74 suite_add_tcase(Suite *suite, TCase *tc) { in suite_add_tcase()
84 tcase_add_checked_fixture(TCase *tc, tcase_setup_function setup, in tcase_add_checked_fixture()
92 tcase_add_test(TCase *tc, tcase_test_function test) { in tcase_add_test()
108 tcase_free(TCase *tc) { in tcase_free()
124 TCase *next = suite->tests->next_tcase; in suite_free()
194 TCase *volatile tc; in srunner_run_all()
H A Dcommon.h92 extern void tcase_add_test__ifdef_xml_dtd(TCase *tc, tcase_test_function test);
93 extern void tcase_add_test__if_xml_ge(TCase *tc, tcase_test_function test);
H A Dcommon.c149 tcase_add_test__ifdef_xml_dtd(TCase *tc, tcase_test_function test) { in tcase_add_test__ifdef_xml_dtd()
159 tcase_add_test__if_xml_ge(TCase *tc, tcase_test_function test) { in tcase_add_test__if_xml_ge()
H A Dacc_tests.c443 TCase *tc_accounting = tcase_create("accounting tests"); in make_accounting_test_case()
H A Dmisc_tests.c524 TCase *tc_misc = tcase_create("miscellaneous tests");
H A Dns_tests.c716 TCase *tc_namespace = tcase_create("XML namespaces"); in make_namespace_test_case()
H A Dnsalloc_tests.c1505 TCase *tc_nsalloc = tcase_create("namespace allocation tests"); in make_nsalloc_test_case()
H A Dalloc_tests.c2064 TCase *tc_alloc = tcase_create("allocation tests"); in make_alloc_test_case()
H A Dbasic_tests.c5909 TCase *tc_basic = tcase_create("basic tests"); in make_basic_test_case()