gtestutils.c | 52 gpointer test_data; member in struct:GTestCase 869 * @test_data: test data argument for the test functions 896 gconstpointer test_data, 908 tc->test_data = (gpointer) test_data; 919 gconstpointer test_data, 950 GTestCase *tc = g_test_create_case (seg, data_size, test_data, data_setup, fixture_test_func, data_teardown); 982 * @test_data: Test data argument for the test function. 988 * slash-separated portions of @testpath. The @test_data argument 995 gconstpointer test_data, [all...] |