Lines Matching refs:test_data
36 setup_fixture(OptsVisitorFixture *f, gconstpointer test_data) in setup_fixture() argument
38 const char *opts_string = test_data; in setup_fixture()
54 teardown_fixture(OptsVisitorFixture *f, gconstpointer test_data) in teardown_fixture() argument
63 void (*test_func)(OptsVisitorFixture *f, gconstpointer test_data), in add_test() argument
64 gconstpointer test_data) in add_test()
66 g_test_add(testpath, OptsVisitorFixture, test_data, setup_fixture, in add_test()
73 expect_ok(OptsVisitorFixture *f, gconstpointer test_data) in expect_ok() argument
81 expect_fail(OptsVisitorFixture *f, gconstpointer test_data) in expect_fail() argument
90 g_test_message("'%s': %s", (const char *)test_data, in expect_fail()
96 test_value(OptsVisitorFixture *f, gconstpointer test_data) in test_value() argument
103 expect_ok(f, test_data); in test_value()
135 expect_i64_min(OptsVisitorFixture *f, gconstpointer test_data) in expect_i64_min() argument
137 expect_ok(f, test_data); in expect_i64_min()
145 expect_i64_max(OptsVisitorFixture *f, gconstpointer test_data) in expect_i64_max() argument
147 expect_ok(f, test_data); in expect_i64_max()
155 expect_zero(OptsVisitorFixture *f, gconstpointer test_data) in expect_zero() argument
157 expect_ok(f, test_data); in expect_zero()
165 expect_u64_max(OptsVisitorFixture *f, gconstpointer test_data) in expect_u64_max() argument
167 expect_ok(f, test_data); in expect_u64_max()