Lines Matching full:g_assert
147 g_assert (!called); \
154 g_assert (n_calls <= 2); \
155 g_assert (G_TYPE_IS_INTERFACE (((GTypeInterface*) iface)->g_type)); \
157 g_assert (((GTypeInterface*) iface)->g_instance_type == 0); \
159 g_assert (G_TYPE_IS_OBJECT (((GTypeInterface*) iface)->g_instance_type)); \
190 g_assert (iface->default_val == 0x111111);
254 g_assert (iface->base_iface.g_type == TEST_TYPE_IFACE1);
255 g_assert (iface->base_iface.g_instance_type == 0);
256 g_assert (iface->base_val == 0x110011);
257 g_assert (iface->val == 0);
258 g_assert (iface->default_val == 0);
267 g_assert (n_calls <= 2);
272 g_assert (iface->default_val == 0);
276 g_assert (iface->base_val == 0x110011);
277 g_assert (iface->default_val == 0x111111);
349 g_assert (!base1 && !base2 && !base3 && !base4 && !base5 && !base6);
350 g_assert (!iface1 && !iface2 && !iface3 && !iface4 && !iface5 && !iface6);
362 g_assert (base1 && base2 && base3 && base4 && !base5 && !base6);
363 g_assert (!iface1 && !iface2 && !iface3 && !iface4 && !iface5 && !iface6);
405 g_assert (base1 && base2 && base3 && base4 && base5 && base6);
406 g_assert (iface1 && iface2 && iface3 && iface4 && iface5 && iface6);
411 g_assert (iface && iface->val == 0x10001 && iface->base_val == 0x110011);
413 g_assert (iface && iface->val == 0x30003 && iface->base_val == 0x330033);
415 g_assert (iface && iface->val == 0x40004 && iface->base_val == 0x440044);
417 g_assert (iface && iface->val == 0x50005 && iface->base_val == 0x550055);
419 g_assert (iface && iface->val == 0x60006 && iface->base_val == 0x660066);