Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgtestutils.c51 void (*fixture_teardown) (void*, gconstpointer); member
912 tc->fixture_teardown = (void*) data_teardown; in g_test_create_case()
1139 if (tc->fixture_teardown) in test_case_run()
1140 tc->fixture_teardown (fixture, tc->test_data); in test_case_run()