Searched refs: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 *); argument248 static struct ptunit_result invalidate(struct test_fixture *tfix) in invalidate()265 static struct ptunit_result read_nomap(struct test_fixture *tfix) in read_nomap()279 static struct ptunit_result read(struct test_fixture *tfix) in read()319 static struct ptunit_result fill(struct test_fixture *tfix) in fill()341 static struct ptunit_result sfix_init(struct test_fixture *tfix) in sfix_init()350 static struct ptunit_result ifix_init(struct test_fixture *tfix) in ifix_init()359 static struct ptunit_result cfix_init(struct test_fixture *tfix) in cfix_init()[all …]
2338 #define TEST_F(test_fixture, test_name)\ argument2339 GTEST_TEST_(test_fixture, test_name, test_fixture, \2340 ::testing::internal::GetTypeId<test_fixture>())
96 struct test_fixture { struct107 typedef struct test_fixture test_fixture_t; argument