Function
GLibtest_create_suite
Description
Create a new test suite with the name suite_name
.
Available since: | 2.16 |
This function is not directly available to language bindings |
Parameters
suite_name |
const char* |
A name for the suite. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GTestSuite |
A newly allocated |
|
The data is owned by the called function. |