Searched defs:test_fixture (Results 1 – 7 of 7) sorted by relevance
37 struct test_fixture { struct48 struct ptunit_result (*init)(struct test_fixture *tfix); argument49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
162 struct test_fixture { struct173 struct ptunit_result (*init)(struct test_fixture *); argument174 struct ptunit_result (*fini)(struct test_fixture *); argument
94 struct test_fixture { struct105 typedef struct test_fixture test_fixture_t; argument
2338 #define TEST_F(test_fixture, test_name)\ argument