Searched defs:test_case (Results 1 – 5 of 5) sorted by relevance
65 struct test_case { in ZTEST() struct66 const char *description_oneliner; in ZTEST()68 void **expected_call_history; in ZTEST()77 int called_API_open_custom_fake_contexts_len; in ZTEST()79 called_API_open_custom_fake_contexts; in ZTEST()81 int called_API_close_fake_return_val_seq_len; in ZTEST()82 int *called_API_close_fake_return_val_seq; in ZTEST()84 int result_expected; in ZTEST()
18 struct test_case { struct25 struct test_case test_case; member
192 struct test_case_corelink test_case[] = { in ZTEST() local250 struct test_case_corelink test_case[] = { in ZTEST() local332 struct test_case_corelink test_case[] = { in ZTEST() local
1089 static void run_dns_malformed_response(const char *test_case, in run_dns_malformed_response()1129 static void run_dns_valid_response(const char *test_case, in run_dns_valid_response()1154 static void run_dns_valid_cname_response(const char *test_case, in run_dns_valid_cname_response()
123 void load_call_unload(const struct llext_test *test_case) in load_call_unload()
Completed in 40 milliseconds