glib.test_suite

Module for [TestSuite] class

class TestSuite

Types 1

An opaque structure representing a test suite.

Fields
GTestSuite * _cInstancePtr
bool owned
Methods
void * _cPtr() nothrow
void add(glib.types.TestCase testCase) nothrowAdds test_case to suite.
void addSuite(glib.test_suite.TestSuite nestedsuite) nothrowAdds nestedsuite to suite.
Constructors
this(void * ptr, Flag!"Take" take)
Destructors