D | main.c | 797 struct Map map; in ZTEST() local 803 &map, NULL), NULL); in ZTEST() 804 zassert_false(map.listkey, NULL); in ZTEST() 805 zassert_equal(union_uint7uint_c, map.Union_choice, NULL); in ZTEST() 806 zassert_equal(1, map.uint7uint, NULL); in ZTEST() 807 zassert_equal(2, map.twotothree_count, NULL); in ZTEST() 808 zassert_equal(5, map.twotothree[0].twotothree.len, NULL); in ZTEST() 809 zassert_mem_equal("hello", map.twotothree[0].twotothree.value, in ZTEST() 811 zassert_equal(0, map.twotothree[1].twotothree.len, NULL); in ZTEST() 814 &map, NULL), NULL); in ZTEST() [all …]
|