HomeSort by relevance Sort by last modified time
    Searched refs:GTestCase (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/glib/
gtestutils.h 32 typedef struct GTestCase GTestCase;
158 GTestCase* g_test_create_case (const char *test_name,
167 GTestCase *test_case);
gtestutils.c 45 struct GTestCase
874 * Create a new #GTestCase, named @test_name, this API is fairly
889 * Returns: a newly allocated #GTestCase.
893 GTestCase*
901 GTestCase *tc;
906 tc = g_slice_new0 (GTestCase);
950 GTestCase *tc = g_test_create_case (seg, data_size, test_data, data_setup, fixture_test_func, data_teardown);
1029 * @test_case: a #GTestCase
1037 GTestCase *test_case)
    [all...]

Completed in 343 milliseconds