GLib.TestSuite

Fields

None

Methods

add (test_case)

add_suite (nestedsuite)

free ()

Details

class GLib.TestSuite

An opaque structure representing a test suite.

add(test_case)[source]
Parameters:

test_case (GLib.TestCase) – a test case

Adds test_case to self.

New in version 2.16.

add_suite(nestedsuite)[source]
Parameters:

nestedsuite (GLib.TestSuite) – another test suite

Adds nestedsuite to self.

New in version 2.16.

free()[source]

Frees the self and all nested suites.

New in version 2.70.