Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_TRUE (Results 1 – 9 of 9) sorted by relevance

/lvgl-3.7.0/tests/src/test_cases/
Dtest_txt.c15 TEST_ASSERT_TRUE(is_cmd); in test_txt_should_identify_valid_start_of_command()
48 TEST_ASSERT_TRUE(is_cmd); in test_txt_should_skip_color_parameter_in_parameter()
59 TEST_ASSERT_TRUE(is_cmd); in test_txt_should_reset_state_when_receiving_color_cmd_while_processing_commands()
70 TEST_ASSERT_TRUE(is_cmd); in test_txt_should_identify_space_after_parameter()
Dtest_fs.c40 TEST_ASSERT_TRUE(memcmp(buf, read_exp + cnt, br) == 0); in test_read()
44 TEST_ASSERT_TRUE(memcmp(buf, read_exp + cnt, br) == 0); in test_read()
Dtest_dropdown.c28 TEST_ASSERT_TRUE(lv_dropdown_is_open(dd2)); in test_dropdown_create_delete()
145 TEST_ASSERT_TRUE(lv_dropdown_is_open(dd1)); in test_dropdown_click()
183 TEST_ASSERT_TRUE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
210 TEST_ASSERT_TRUE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
249 TEST_ASSERT_TRUE(lv_dropdown_is_open(dd1)); in test_dropdown_keypad()
285 TEST_ASSERT_TRUE(lv_dropdown_is_open(dd1)); in test_dropdown_encoder()
313 TEST_ASSERT_TRUE(lv_dropdown_is_open(dd2)); in test_dropdown_encoder()
332 TEST_ASSERT_TRUE(lv_dropdown_get_selected_highlight(dd2)); in test_dropdown_render_1()
Dtest_table.c55 TEST_ASSERT_TRUE(has_ctrl); in test_table_should_identify_cell_with_ctrl()
64 TEST_ASSERT_TRUE(has_ctrl); in test_table_should_clear_selected_cell_ctrl()
82 TEST_ASSERT_TRUE(has_ctrl); in test_table_should_keep_not_selected_cell_ctrl()
Dtest_checkbox.c47 TEST_ASSERT_TRUE(event_called); in test_checkbox_should_call_event_handler_on_click_when_enabled()
Dtest_line.c39 TEST_ASSERT_TRUE(lv_line_get_y_invert(line)); in test_line_should_return_valid_y_invert()
Dtest_textarea.c40 TEST_ASSERT_TRUE(lv_textarea_get_password_mode(textarea)); in test_textarea_should_return_actual_text_when_password_mode_is_enabled()
Dtest_slider.c41 TEST_ASSERT_TRUE(objw >= objh); in test_textarea_should_have_valid_documented_default_values()
/lvgl-3.7.0/tests/unity/
Dunity.h128 #define TEST_ASSERT_TRUE(condition) … macro