TestSuite
Description:
[
Version ( since =
"2.16" ) ]
[
CCode ( cname =
"g_test_create_suite" ) ]
public TestSuite (
string name)
Create a new test suite with the name suite_name
.
Parameters:
suite_name |
a name for the suite
|
Returns:
A newly allocated TestSuite instance.
|