GLib.TestSuite¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class GLib.TestSuite¶
An opaque structure representing a test suite.
- add(test_case)[source]¶
- Parameters:
test_case (
GLib.TestCase
) – aGLib.TestCase
Adds test_case to self.
New in version 2.16.
- add_suite(nestedsuite)[source]¶
- Parameters:
nestedsuite (
GLib.TestSuite
) – anotherGLib.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.