Method

GLibTestSuiteadd

since: 2.16

Declaration [src]

void
g_test_suite_add (
  GTestSuite* suite,
  GTestCase* test_case
)

Description [src]

Adds test_case to suite.

Available since: 2.16

Parameters

test_case

Type: GTestCase

A test case.

The data is owned by the caller of the method.