[ CCode ( cname = "suite_create" ) ]
[ Version ( since = "0.6.0" ) ]
public Suite (string name)
Creates a test suite with the given name.
Create a suite, which will contain test cases. Once created, use Suite.add_tcase to add test cases. When finished, create a suite runner from the suite using SRunner.SRunner
name |
name of the suite |
suite |
0.6.0