PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ iterator_suite_setup()

void iterator_suite_setup ( void  )

Definition at line 256 of file cu_iterator.c.

257 {
258  CU_pSuite suite = CU_add_suite("iterator", NULL, NULL);
260  PG_ADD_TEST(suite, test_ordering);
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)
Definition: cu_iterator.c:150
static void test_point_count(void)
Definition: cu_iterator.c:64
static void test_mixed_rw_access(void)
Definition: cu_iterator.c:163
static void test_modification(void)
Definition: cu_iterator.c:108
static void test_ordering(void)
Definition: cu_iterator.c:219
#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: