Lines Matching refs:TEST_ASSERT_VAL
14 TEST_ASSERT_VAL("parse test failed", 0);
15 TEST_ASSERT_VAL("unexpected value", val == val2);
57 TEST_ASSERT_VAL("division by zero", ret == -1);
61 TEST_ASSERT_VAL("missing operand", ret == -1);
64 TEST_ASSERT_VAL("find other",
67 TEST_ASSERT_VAL("find other", hashmap__size(&ctx.ids) == 3);
68 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "BAR",
70 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "BAZ",
72 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "BOZO",
76 TEST_ASSERT_VAL("find other",
79 TEST_ASSERT_VAL("find other", hashmap__size(&ctx.ids) == 2);
80 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "EVENT1,param=3/",
82 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "EVENT2,param=3/",