Home | History | Annotate | Download | only in tests

Lines Matching refs:g_assert

87       g_assert (! g_relation_exists (relation, data + i, data + i));
88 g_assert (! g_relation_exists (relation, data + i, data + i + 2));
89 g_assert (! g_relation_exists (relation, data + i, data + i - 2));
94 g_assert (g_relation_exists (relation, data + i, data + i + 1));
95 g_assert (g_relation_exists (relation, data + i, data + i - 1));
100 g_assert (g_relation_count (relation, data + i, 0) == 2);
101 g_assert (g_relation_count (relation, data + i, 1) == 2);
104 g_assert (g_relation_count (relation, data, 0) == 0);
106 g_assert (g_relation_count (relation, data + 42, 0) == 2);
107 g_assert (g_relation_count (relation, data + 43, 1) == 2);
108 g_assert (g_relation_count (relation, data + 41, 1) == 2);
110 g_assert (g_relation_count (relation, data + 42, 0) == 0);
111 g_assert (g_relation_count (relation, data + 43, 1) == 1);
112 g_assert (g_relation_count (relation, data + 41, 1) == 1);
116 g_assert (tuples->len == 2);
127 g_assert (g_relation_exists (relation, data + 300, data + 301));
129 g_assert (!g_relation_exists (relation, data + 300, data + 301));