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