Lines Matching refs:fixture
13 struct fixture { struct
21 static struct fixture *init_fixture(void) in init_fixture() argument
23 struct fixture *fix = malloc(sizeof(struct fixture)); in init_fixture()
40 static void teardown_fixture(struct fixture *fix) in teardown_fixture()
50 struct fixture *fix = init_fixture(); in test_set_global_vars_succeeds()
105 struct fixture *fix = init_fixture(); in test_set_global_vars_from_file_succeeds()
131 struct fixture *fix = init_fixture(); in test_set_global_vars_out_of_range()
146 struct fixture *fix = init_fixture(); in test_unsupported_ptr_array_type()
161 struct fixture *fix = init_fixture(); in test_array_out_of_bounds()
176 struct fixture *fix = init_fixture(); in test_array_index_not_found()
191 struct fixture *fix = init_fixture(); in test_array_index_for_non_array()
213 struct fixture *fix = init_fixture(); in test_no_array_index_for_array()