Function
GLibtest_add_vtable
Declaration [src]
void
g_test_add_vtable (
  const char* testpath,
  gsize data_size,
  gconstpointer test_data,
  GTestFixtureFunc data_setup,
  GTestFixtureFunc data_test,
  GTestFixtureFunc data_teardown
)
Parameters
- testpath
- 
            Type: const char*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- data_size
- 
            Type: gsizeNo description available. 
- test_data
- 
            Type: gconstpointerNo description available. The argument can be NULL.The data is owned by the caller of the function. 
- data_setup
- 
            Type: GTestFixtureFuncNo description available. 
- data_test
- 
            Type: GTestFixtureFuncNo description available. 
- data_teardown
- 
            Type: GTestFixtureFuncNo description available.