Packages
glib-2.0
GLib
TestSuite
get_root
TestSuite
add
add_suite
free
TestSuite
Object Hierarchy:
GLib.TestSuite
GLib.TestSuite
GLib.TestSuite
Description:
[
Compact
]
[
CCode
( cname =
"GTestSuite"
, free_function =
"g_test_suite_free"
) ]
public
class
TestSuite
An opaque structure representing a test suite.
Namespace:
GLib
Package:
glib-2.0
Content:
Static methods:
public
static
unowned
TestSuite
get_root
()
Get the toplevel test suite for the test path API.
Creation methods:
public
TestSuite
(
string
name)
Create a new test suite with the name
suite_name
.
Methods:
public
void
add
(
owned
TestCase
test_case)
Adds
test_case
to
this
.
public
void
add_suite
(
owned
TestSuite
test_suite)
Adds
nestedsuite
to
this
.
public
void
free
()
Free the
this
and all nested
TestSuite
s.