[ CCode ( cname = "tcase_create" ) ]
[ Version ( since = "0.6.0" ) ]
public TCase (string name)
Create a test case.
Once created, tests can be added with the TCase.add_test method, and the test case assigned to a suite with the Suite.add_tcase method.
name |
name of the test case |
test case containing no tests |
0.6.0