Searched refs:tear_down_test_case (Results 1 – 3 of 3) sorted by relevance
82 void (*tear_down_test_case)(void *data); member
214 .tear_down_test_case = complex_test_tear_down_case
1221 if (fxt && fxt->tear_down_test_case) in run_single_case()1222 fxt->tear_down_test_case(case_data); in run_single_case()