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()
void add(glib.types.TestCase testCase)Adds test_case to suite.
void addSuite(glib.test_suite.TestSuite nestedsuite)Adds nestedsuite to suite.
Constructors
this(void * ptr, Flag!"Take" take)
Destructors