Lines Matching refs:TEST_ASSERT_EQUAL
20 TEST_ASSERT_EQUAL(2, lv_obj_get_child_cnt(lv_scr_act())); in test_dropdown_create_delete()
24 TEST_ASSERT_EQUAL(4, lv_obj_get_child_cnt(lv_scr_act())); in test_dropdown_create_delete()
27 TEST_ASSERT_EQUAL(4, lv_obj_get_child_cnt(lv_scr_act())); in test_dropdown_create_delete()
30 TEST_ASSERT_EQUAL(4, lv_obj_get_child_cnt(lv_scr_act())); in test_dropdown_create_delete()
34 TEST_ASSERT_EQUAL(6, lv_obj_get_child_cnt(lv_scr_act())); in test_dropdown_create_delete()
36 TEST_ASSERT_EQUAL(6, lv_obj_get_child_cnt(lv_scr_act())); in test_dropdown_create_delete()
38 TEST_ASSERT_EQUAL(6, lv_obj_get_child_cnt(lv_scr_act())); in test_dropdown_create_delete()
40 TEST_ASSERT_EQUAL(6, lv_obj_get_child_cnt(lv_scr_act())); in test_dropdown_create_delete()
43 TEST_ASSERT_EQUAL(4, lv_obj_get_child_cnt(lv_scr_act())); in test_dropdown_create_delete()
46 TEST_ASSERT_EQUAL(0, lv_obj_get_child_cnt(lv_scr_act())); in test_dropdown_create_delete()
58 TEST_ASSERT_EQUAL(3, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
62 TEST_ASSERT_EQUAL(6, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
67 TEST_ASSERT_EQUAL(200, lv_obj_get_width(lv_dropdown_get_list(dd1))); in test_dropdown_set_options()
73 TEST_ASSERT_EQUAL(7, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
77 TEST_ASSERT_EQUAL(8, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
81 TEST_ASSERT_EQUAL(9, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
85 TEST_ASSERT_EQUAL(0, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
91 TEST_ASSERT_EQUAL(6, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
95 TEST_ASSERT_EQUAL(7, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
99 TEST_ASSERT_EQUAL(8, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
103 TEST_ASSERT_EQUAL(9, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
107 TEST_ASSERT_EQUAL(0, lv_dropdown_get_option_cnt(dd1)); in test_dropdown_set_options()
121 TEST_ASSERT_EQUAL(2, lv_dropdown_get_selected(dd1)); in test_dropdown_select()
134 TEST_ASSERT_EQUAL(2, lv_dropdown_get_selected(dd1)); in test_dropdown_select()
148 TEST_ASSERT_EQUAL(0, lv_dropdown_get_selected(dd1)); in test_dropdown_click()
150 TEST_ASSERT_EQUAL(2, lv_dropdown_get_selected(dd1)); in test_dropdown_click()
190 TEST_ASSERT_EQUAL(2, lv_dropdown_get_selected(dd1)); in test_dropdown_keypad()
191 TEST_ASSERT_EQUAL(1, event_cnt); in test_dropdown_keypad()
198 TEST_ASSERT_EQUAL(3, lv_dropdown_get_selected(dd1)); in test_dropdown_keypad()
199 TEST_ASSERT_EQUAL(2, event_cnt); in test_dropdown_keypad()
206 TEST_ASSERT_EQUAL(4, lv_dropdown_get_selected(dd1)); in test_dropdown_keypad()
207 TEST_ASSERT_EQUAL(3, event_cnt); in test_dropdown_keypad()
214 TEST_ASSERT_EQUAL(3, lv_dropdown_get_selected(dd1)); in test_dropdown_keypad()
215 TEST_ASSERT_EQUAL(4, event_cnt); in test_dropdown_keypad()
222 TEST_ASSERT_EQUAL(2, lv_dropdown_get_selected(dd1)); in test_dropdown_keypad()
223 TEST_ASSERT_EQUAL(5, event_cnt); in test_dropdown_keypad()
231 TEST_ASSERT_EQUAL(0, lv_dropdown_get_selected(dd1)); in test_dropdown_keypad()
232 TEST_ASSERT_EQUAL(6, event_cnt); in test_dropdown_keypad()
245 TEST_ASSERT_EQUAL(7, lv_dropdown_get_selected(dd1)); in test_dropdown_keypad()
246 TEST_ASSERT_EQUAL(7, event_cnt); in test_dropdown_keypad()
291 TEST_ASSERT_EQUAL(5, lv_dropdown_get_selected(dd1)); in test_dropdown_encoder()
292 TEST_ASSERT_EQUAL(1, event_cnt); in test_dropdown_encoder()
297 TEST_ASSERT_EQUAL(4, lv_dropdown_get_selected(dd1)); in test_dropdown_encoder()
298 TEST_ASSERT_EQUAL(2, event_cnt); in test_dropdown_encoder()
307 TEST_ASSERT_EQUAL(4, lv_dropdown_get_selected(dd1)); in test_dropdown_encoder()
308 TEST_ASSERT_EQUAL(2, event_cnt); in test_dropdown_encoder()
346 TEST_ASSERT_EQUAL(LV_DIR_BOTTOM, lv_dropdown_get_dir(dd3)); in test_dropdown_render_1()
348 TEST_ASSERT_EQUAL(LV_DIR_LEFT, lv_dropdown_get_dir(dd3)); in test_dropdown_render_1()