GLib.TestSuite¶
record (struct)
An opaque structure representing a test suite.
Methods¶
add¶
Adds test_case to suite.
Parameters:
test_case— a test case
add_suite¶
Adds nestedsuite to suite.
Parameters:
nestedsuite— another test suite
free¶
Frees the suite and all nested suites.