Searched refs:tear_down (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dpipes_tests.c77 test_fn_t tear_down; member in struct:__anon15672
120 test_fn_t tear_down)
129 suite->tear_down = tear_down;
185 suite->tear_down();
276 #define run_suite(set_up, tests, tear_down, ...) \
278 (set_up), (tests), (tear_down), __VA_ARGS__)
286 test_fn_t tear_down, const char *format, ...)
305 test_fn_t tear_down, const char *format, ...)
314 tear_down);
118 create_suite(const char *name, int numoftests, test_fn_t set_up, unit_test_t *tests, test_fn_t tear_down) argument
304 _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, test_fn_t tear_down, const char *format, ...) argument
[all...]
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_xpathtext.rb11 def tear_down method in class:XpathTestCase

Completed in 120 milliseconds