Lines Matching refs:g_assert_cmpuint
435 g_assert_cmpuint(opts_count(opts), ==, 0); in test_opts_parse()
439 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
445 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse()
452 g_assert_cmpuint(opts_count(opts), ==, 0); in test_opts_parse()
459 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
464 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
475 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
487 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse()
494 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
500 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse()
507 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
512 g_assert_cmpuint(opts_count(opts), ==, 2); in test_opts_parse()
518 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
537 g_assert_cmpuint(opts_count(opts), ==, 2); in test_opts_parse_bool()
555 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse_number()
556 g_assert_cmpuint(qemu_opt_get_number(opts, "number1", 1), ==, 0); in test_opts_parse_number()
562 g_assert_cmpuint(opts_count(opts), ==, 2); in test_opts_parse_number()
581 g_assert_cmpuint(opts_count(opts), ==, 2); in test_opts_parse_number()
582 g_assert_cmpuint(qemu_opt_get_number(opts, "number1", 1), ==, 42); in test_opts_parse_number()
583 g_assert_cmpuint(qemu_opt_get_number(opts, "number2", 0), ==, 42); in test_opts_parse_number()
596 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse_number()
597 g_assert_cmpuint(qemu_opt_get_number(opts, "number1", 1), ==, 42); in test_opts_parse_number()
620 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse_size()
621 g_assert_cmpuint(qemu_opt_get_size(opts, "size1", 1), ==, 0); in test_opts_parse_size()
631 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse_size()
645 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse_size()
658 g_assert_cmpuint(opts_count(opts), ==, 2); in test_opts_parse_size()
668 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse_size()
685 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse_size()
691 g_assert_cmpuint(opts_count(opts), ==, 2); in test_opts_parse_size()