Home | History | Annotate | Download | only in tests

Lines Matching refs:g_assert

74     g_assert (array[i] == i);
82 g_assert (key == value);
86 g_assert (n >= 0 && n < 10000);
87 g_assert (result_array[n] == -1);
193 g_assert (name != NULL);
194 g_assert (*name != 0);
228 g_assert (_key != NULL);
229 g_assert (*_key != 0);
230 g_assert (_value != NULL);
231 g_assert (*_value != 0);
236 g_assert (strcmp (_value, val) == 0);
238 g_assert ((i % 2) != 0);
239 g_assert (i != 3);
252 g_assert (_key != NULL);
253 g_assert (*_key != 0);
254 g_assert (_value != NULL);
255 g_assert (*_value != 0);
260 g_assert (strcmp (_value, val) == 0);
280 g_assert (h != NULL);
284 g_assert (atoi (key) == i);
287 g_assert (atoi (val) == i);
292 g_assert (g_hash_table_size (h) == 20);
297 g_assert (atoi(key) == i);
301 g_assert (v != NULL);
302 g_assert (*v != 0);
303 g_assert (atoi (v) == i);
308 g_assert (g_hash_table_size (h) == 19);
310 g_assert (g_hash_table_size (h) == 9);
316 g_assert (atoi(key) == i);
319 g_assert (atoi (val) == i);
327 g_assert (!found);
331 g_assert (found);
333 g_assert (orig_key != NULL);
334 g_assert (strcmp (key, orig_key) == 0);
336 g_assert (orig_val != NULL);
337 g_assert (strcmp (val, orig_val) == 0);
359 g_assert (h != NULL);
366 g_assert (g_hash_table_size (h) == 20);
373 g_assert (rc != 0);
374 g_assert ((rc - 42) == i);
422 g_assert (g_hash_table_iter_next (&iter, &ikey, &ivalue));
429 g_assert (! g_hash_table_iter_next (&iter, &ikey, &ivalue));
430 g_assert (g_hash_table_size (hash_table) == 5000);