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 GLib.TestCase

Adds test_case to self.

New in version 2.16.

add_suite(nestedsuite)[source]
Parameters:

nestedsuite (GLib.TestSuite) – another GLib.TestSuite

Adds nestedsuite to self.

New in version 2.16.

free()[source]

Free the self and all nested GLib.TestSuites.

New in version 2.70.