Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c68 } unit_test_t; typedef
75 unit_test_t * tests;
102 create_suite(const char * name, int numoftests, test_fn_t set_up, unit_test_t * tests, test_fn_t te… in create_suite()
136 log_test_info(unit_test_t * unit_test, unsigned test_num) in log_test_info()
142 log_test_result(unit_test_t * unit_test, boolean_t test_passed, unsigned test_num) in log_test_result()
150 run_test(suite_t * suite, unit_test_t * unit_test, unsigned test_num) in run_test()
195 child_test_passed(suite_t * suite, unit_test_t * unit_test) in child_test_passed()
240 typedef unit_test_t UnitTests[];