TestSuite

An opaque structure representing a test suite.

Constructors

this
this(void* ptr, Flag!"Take" take)

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

add
void add(glib.types.TestCase testCase)

Adds test_case to suite.

addSuite
void addSuite(glib.test_suite.TestSuite nestedsuite)

Adds nestedsuite to suite.

cPtr
void* cPtr()