Searched defs:test_fixture (Results 1 – 3 of 3) sorted by relevance
162 struct test_fixture { struct173 struct ptunit_result (*init)(struct test_fixture *); argument174 struct ptunit_result (*fini)(struct test_fixture *); argument
96 struct test_fixture { struct107 typedef struct test_fixture test_fixture_t; argument
2338 #define TEST_F(test_fixture, test_name)\ argument