TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.34
Creates a new test case.
In contrast to GLib.test_add_data_func, this function is freeing test_data after the test run is complete.
test_data
a /-separated name for the test
data for test_func
test_func
the test function to invoke for this test
2.34
Creates a new test case.
In contrast to GLib.test_add_data_func, this function is freeing
test_dataafter the test run is complete.