Lines Matching refs:TEST_ASSERT_EQUAL
56 TEST_ASSERT_EQUAL(LV_STYLE_NUM_BUILT_IN_PROPS + initial_custom_props, prop); in test_custom_prop_ids()
59 TEST_ASSERT_EQUAL(fake_flag, lv_style_prop_lookup_flags(prop)); in test_custom_prop_ids()
65 … TEST_ASSERT_EQUAL(initial_custom_props + max_props_to_register, lv_style_get_num_custom_props()); in test_custom_prop_ids()
71 TEST_ASSERT_EQUAL(LV_GLOBAL_DEFAULT()->style_custom_table_size, 64); in test_custom_prop_ids()
86 TEST_ASSERT_EQUAL(51, lv_obj_get_style_width(obj, LV_PART_MAIN)); in test_const_style()
87 TEST_ASSERT_EQUAL(50, lv_obj_get_style_height(obj, LV_PART_MAIN)); in test_const_style()
109 TEST_ASSERT_EQUAL(true, replaced); in test_style_replacement()
114 TEST_ASSERT_EQUAL(false, replaced); in test_style_replacement()
130 TEST_ASSERT_EQUAL(false, lv_obj_has_style_prop(obj, LV_PART_MAIN, LV_STYLE_OUTLINE_COLOR)); in test_style_has_prop()
131 TEST_ASSERT_EQUAL(false, lv_obj_has_style_prop(obj, LV_PART_MAIN, LV_STYLE_OUTLINE_WIDTH)); in test_style_has_prop()
132 TEST_ASSERT_EQUAL(false, lv_obj_has_style_prop(obj, LV_PART_INDICATOR, LV_STYLE_OUTLINE_COLOR)); in test_style_has_prop()
137 TEST_ASSERT_EQUAL(true, lv_obj_has_style_prop(obj, LV_PART_MAIN, LV_STYLE_OUTLINE_COLOR)); in test_style_has_prop()
138 TEST_ASSERT_EQUAL(true, lv_obj_has_style_prop(obj, LV_PART_MAIN, LV_STYLE_OUTLINE_WIDTH)); in test_style_has_prop()
139 TEST_ASSERT_EQUAL(false, lv_obj_has_style_prop(obj, LV_PART_INDICATOR, LV_STYLE_OUTLINE_COLOR)); in test_style_has_prop()