Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_dropdown.c25 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd2)); in test_dropdown_create_delete()
143 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_click()
151 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_click()
180 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
181 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd2)); in test_dropdown_keypad()
184 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd2)); in test_dropdown_keypad()
189 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
197 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
205 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
213 TEST_ASSERT_FALSE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
[all …]
Dtest_slider.c42 TEST_ASSERT_FALSE(lv_obj_has_flag(slider, LV_OBJ_FLAG_SCROLL_CHAIN)); in test_textarea_should_have_valid_documented_default_values()
43 TEST_ASSERT_FALSE(lv_obj_has_flag(slider, LV_OBJ_FLAG_SCROLLABLE)); in test_textarea_should_have_valid_documented_default_values()
101 TEST_ASSERT_FALSE(ptr->dragging); in test_slider_range_mode_should_leave_edit_mode_if_released()
106 TEST_ASSERT_FALSE(lv_group_get_editing(g)); in test_slider_range_mode_should_leave_edit_mode_if_released()
122 TEST_ASSERT_FALSE(ptr->dragging); in test_slider_range_mode_should_not_leave_edit_mode_if_released_with_no_left_knob_focus()
141 TEST_ASSERT_FALSE(ptr->dragging); in test_slider_normal_mode_should_leave_edit_mode_if_released()
146 TEST_ASSERT_FALSE(lv_group_get_editing(g)); in test_slider_normal_mode_should_leave_edit_mode_if_released()
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()
Dtest_table.c51 TEST_ASSERT_FALSE(has_ctrl); in test_table_should_identify_cell_with_ctrl()
68 TEST_ASSERT_FALSE(has_ctrl); in test_table_should_clear_selected_cell_ctrl()
79 TEST_ASSERT_FALSE(has_ctrl); in test_table_should_keep_not_selected_cell_ctrl()
Dtest_txt.c26 TEST_ASSERT_FALSE(is_cmd); in test_txt_should_identify_invalid_start_of_command()
37 TEST_ASSERT_FALSE(is_cmd); in test_txt_should_identify_scaped_command_in_parameter()
Dtest_textarea.c65 TEST_ASSERT_FALSE(lv_textarea_get_cursor_click_pos(textarea)); in test_textarea_cursor_click_pos_field_update()
Dtest_switch.c92 TEST_ASSERT_FALSE(lv_obj_has_state(sw, LV_STATE_CHECKED)); in test_switch_animation()
/lvgl-3.7.0/tests/unity/
Dunity.h130 #define TEST_ASSERT_FALSE(condition) … macro