Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dvm_allocation.c68 } unit_test_t; typedef
75 unit_test_t * tests;
103 create_suite(const char * name, int numoftests, test_fn_t set_up, unit_test_t * tests, test_fn_t te… in create_suite()
137 log_test_info(unit_test_t * unit_test, unsigned test_num) in log_test_info()
147 log_test_result(unit_test_t * unit_test, boolean_t test_passed, unsigned test_num) in log_test_result()
155 run_test(suite_t * suite, unit_test_t * unit_test, unsigned test_num) in run_test()
217 child_test_passed(suite_t * suite, unit_test_t * unit_test) in child_test_passed()
276 typedef unit_test_t UnitTests[];