PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ iterator_suite_setup()

void iterator_suite_setup ( void  )
extern

Definition at line 256 of file cu_iterator.c.

257{
258 CU_pSuite suite = CU_add_suite("iterator", NULL, NULL);
265}
static void test_cannot_modify_read_only(void)
Definition cu_iterator.c:92
static void test_no_memory_leaked_when_iterator_is_partially_used(void)
static void test_point_count(void)
Definition cu_iterator.c:64
static void test_mixed_rw_access(void)
static void test_modification(void)
static void test_ordering(void)
#define PG_ADD_TEST(suite, testfunc)

References PG_ADD_TEST, test_cannot_modify_read_only(), test_mixed_rw_access(), test_modification(), test_no_memory_leaked_when_iterator_is_partially_used(), test_ordering(), and test_point_count().

Here is the call graph for this function: