TCase


Description:

[ 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.

Parameters:

name

name of the test case

Returns:

test case containing no tests

Since:

0.6.0