Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_FALSE (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_area.c28 TEST_ASSERT_FALSE(LV_COORD_IS_PX(pct_coord)); in test_pct()
35 TEST_ASSERT_FALSE(LV_COORD_IS_PX(pct_coord)); in test_pct()
42 TEST_ASSERT_FALSE(LV_COORD_IS_PX(pct_coord)); in test_pct()
49 TEST_ASSERT_FALSE(LV_COORD_IS_PX(pct_coord)); in test_pct()
56 TEST_ASSERT_FALSE(LV_COORD_IS_PX(pct_coord)); in test_pct()
63 TEST_ASSERT_FALSE(LV_COORD_IS_PX(pct_coord)); in test_pct()
70 TEST_ASSERT_FALSE(LV_COORD_IS_PX(pct_coord)); in test_pct()
77 TEST_ASSERT_FALSE(LV_COORD_IS_PX(pct_coord)); in test_pct()
84 TEST_ASSERT_FALSE(LV_COORD_IS_PX(pct_coord)); in test_pct()
96 TEST_ASSERT_FALSE(LV_COORD_IS_PX(pct_coord)); in test_pct()
[all …]
Dtest_gridnav.c30 TEST_ASSERT_FALSE(g_key_data.press_happened); in key_event_cb()
66 TEST_ASSERT_FALSE(g_key_data.press_happened); in gridnav_one_axis_move_only()
87 TEST_ASSERT_FALSE(g_key_data.press_happened); in gridnav_one_axis_move_only()
91 TEST_ASSERT_FALSE(g_key_data.press_happened); in gridnav_one_axis_move_only()
Dtest_anim.c49 TEST_ASSERT_FALSE(deleted); in test_anim_delete()
81 TEST_ASSERT_FALSE(deleted); in test_anim_delete_custom()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_dropdown.c27 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd2)); in test_dropdown_create_delete()
145 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_click()
153 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_click()
182 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
183 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd2)); in test_dropdown_keypad()
186 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd2)); in test_dropdown_keypad()
191 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
199 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
207 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
215 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
[all …]
Dtest_btnmatrix.c150 TEST_ASSERT_FALSE(lv_buttonmatrix_has_button_ctrl(btnm, 0, LV_BUTTONMATRIX_CTRL_CHECKABLE)); in test_button_matrix_set_ctrl_map_works()
151 TEST_ASSERT_FALSE(lv_buttonmatrix_has_button_ctrl(btnm, 1, LV_BUTTONMATRIX_CTRL_DISABLED)); in test_button_matrix_set_ctrl_map_works()
152 TEST_ASSERT_FALSE(lv_buttonmatrix_has_button_ctrl(btnm, 3, LV_BUTTONMATRIX_CTRL_CHECKED)); in test_button_matrix_set_ctrl_map_works()
153 TEST_ASSERT_FALSE(lv_buttonmatrix_has_button_ctrl(btnm, 4, LV_BUTTONMATRIX_CTRL_HIDDEN)); in test_button_matrix_set_ctrl_map_works()
175 TEST_ASSERT_FALSE(lv_buttonmatrix_has_button_ctrl(btnm, 0, LV_BUTTONMATRIX_CTRL_CHECKABLE)); in test_button_matrix_set_button_ctrl_works()
176 TEST_ASSERT_FALSE(lv_buttonmatrix_has_button_ctrl(btnm, 1, LV_BUTTONMATRIX_CTRL_DISABLED)); in test_button_matrix_set_button_ctrl_works()
177 TEST_ASSERT_FALSE(lv_buttonmatrix_has_button_ctrl(btnm, 3, LV_BUTTONMATRIX_CTRL_CHECKED)); in test_button_matrix_set_button_ctrl_works()
178 TEST_ASSERT_FALSE(lv_buttonmatrix_has_button_ctrl(btnm, 4, LV_BUTTONMATRIX_CTRL_HIDDEN)); in test_button_matrix_set_button_ctrl_works()
193 TEST_ASSERT_FALSE(lv_buttonmatrix_has_button_ctrl(btnm, 0, LV_BUTTONMATRIX_CTRL_DISABLED)); in test_button_matrix_clear_button_ctrl_works()
195 TEST_ASSERT_FALSE(lv_buttonmatrix_has_button_ctrl(btnm, 1, LV_BUTTONMATRIX_CTRL_CHECKED)); in test_button_matrix_clear_button_ctrl_works()
[all …]
Dtest_slider.c43 TEST_ASSERT_FALSE(lv_obj_has_flag(slider, LV_OBJ_FLAG_SCROLL_CHAIN)); in test_textarea_should_have_valid_documented_default_values()
44 TEST_ASSERT_FALSE(lv_obj_has_flag(slider, LV_OBJ_FLAG_SCROLLABLE)); in test_textarea_should_have_valid_documented_default_values()
102 TEST_ASSERT_FALSE(ptr->dragging); in test_slider_range_mode_should_leave_edit_mode_if_released()
107 TEST_ASSERT_FALSE(lv_group_get_editing(g)); in test_slider_range_mode_should_leave_edit_mode_if_released()
123 TEST_ASSERT_FALSE(ptr->dragging); in test_slider_range_mode_should_not_leave_edit_mode_if_released_with_no_left_knob_focus()
142 TEST_ASSERT_FALSE(ptr->dragging); in test_slider_normal_mode_should_leave_edit_mode_if_released()
147 TEST_ASSERT_FALSE(lv_group_get_editing(g)); in test_slider_normal_mode_should_leave_edit_mode_if_released()
250 TEST_ASSERT_FALSE(lv_slider_is_dragged(obj)); in test_slider_properties()
251 TEST_ASSERT_FALSE(lv_obj_get_property(obj, LV_PROPERTY_SLIDER_IS_DRAGGED).enable); in test_slider_properties()
254 TEST_ASSERT_FALSE(lv_slider_is_dragged(obj)); in test_slider_properties()
[all …]
Dtest_obj_property.c71 TEST_ASSERT_FALSE(lv_obj_has_flag(obj, LV_OBJ_FLAG_CLICKABLE)); in test_obj_property_set_get_should_match()
72 TEST_ASSERT_FALSE(lv_obj_get_property(obj, LV_PROPERTY_OBJ_FLAG_CLICKABLE).num); in test_obj_property_set_get_should_match()
165 TEST_ASSERT_FALSE(lv_obj_get_property(obj, properties[i].id).num); in test_obj_property_flag()
170 TEST_ASSERT_FALSE(lv_obj_get_property(obj, properties[i].id).num); in test_obj_property_flag()
182 TEST_ASSERT_FALSE(lv_obj_get_property(obj, properties[i].id).num); in test_obj_property_flag()
183 TEST_ASSERT_FALSE(lv_obj_has_flag(obj, properties[i].flag)); in test_obj_property_flag()
212 TEST_ASSERT_FALSE(lv_obj_get_property(obj, states[i].id).num); in test_obj_property_state()
218 TEST_ASSERT_FALSE(lv_obj_get_property(obj, states[i].id).num); in test_obj_property_state()
230 TEST_ASSERT_FALSE(lv_obj_get_property(obj, states[i].id).num); in test_obj_property_state()
231 TEST_ASSERT_FALSE(lv_obj_get_state(obj) & states[i].state); in test_obj_property_state()
Dtest_line.c29 TEST_ASSERT_FALSE(lv_line_get_y_invert(line)); in test_line_should_have_valid_documented_default_values()
30 TEST_ASSERT_FALSE(lv_obj_has_flag(line, LV_OBJ_FLAG_CLICKABLE)); in test_line_should_have_valid_documented_default_values()
153 TEST_ASSERT_FALSE(lv_line_is_point_array_mutable(line)); in test_line_point_array_getters_and_setters()
Dtest_btn.c26 TEST_ASSERT_FALSE(lv_obj_has_flag(btn, LV_OBJ_FLAG_SCROLLABLE)); in test_button_creation()
Dtest_table.c59 TEST_ASSERT_FALSE(has_ctrl); in test_table_should_identify_cell_with_ctrl()
76 TEST_ASSERT_FALSE(has_ctrl); in test_table_should_clear_selected_cell_ctrl()
87 TEST_ASSERT_FALSE(has_ctrl); in test_table_should_keep_not_selected_cell_ctrl()
Dtest_switch.c88 TEST_ASSERT_FALSE(lv_obj_has_state(sw, LV_STATE_CHECKED)); in test_switch_animation()
Dtest_tabview.c285 TEST_ASSERT_FALSE(lv_obj_is_visible(label2)); in test_tabview_update_on_external_scroll()
Dtest_spinbox.c154 TEST_ASSERT_FALSE(lv_spinbox_get_rollover(tmp)); in test_spinbox_rollover()
Dtest_textarea.c66 TEST_ASSERT_FALSE(lv_textarea_get_cursor_click_pos(textarea)); in test_textarea_cursor_click_pos_field_update()
Dtest_roller.c141 TEST_ASSERT_FALSE(selected); in test_roller_set_selected_option_str()
/lvgl-latest/tests/unity/
Dunity.h140 #define TEST_ASSERT_FALSE(condition) … macro