Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EQUAL_UINT16 (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/tests/src/test_cases/
Dtest_line.c27 TEST_ASSERT_EQUAL_UINT16(default_point_num, line_ptr->point_num); in test_line_should_have_valid_documented_default_values()
32 TEST_ASSERT_EQUAL_UINT16(0U, lv_obj_get_self_width(line)); in test_line_should_have_valid_documented_default_values()
33 TEST_ASSERT_EQUAL_UINT16(0U, lv_obj_get_self_height(line)); in test_line_should_have_valid_documented_default_values()
62 TEST_ASSERT_EQUAL_UINT16(calculated_width, lv_obj_get_self_width(line)); in test_line_size_should_be_updated_after_adding_points()
63 TEST_ASSERT_EQUAL_UINT16(calculated_height, lv_obj_get_self_height(line)); in test_line_size_should_be_updated_after_adding_points()
Dtest_textarea.c57 TEST_ASSERT_EQUAL_UINT16(expected_size, lv_obj_get_width(txt_ptr->label)); in test_textarea_should_update_label_style_with_one_line_enabled()
58 TEST_ASSERT_EQUAL_UINT16(lv_pct(100), lv_obj_get_style_min_width(txt_ptr->label, LV_PART_MAIN)); in test_textarea_should_update_label_style_with_one_line_enabled()
Dtest_arc.c121 TEST_ASSERT_EQUAL_UINT16(expected_start_angle, lv_arc_get_angle_start(arcBlack)); in test_arc_angles_when_reversed()
122 TEST_ASSERT_EQUAL_UINT16(expected_end_angle, lv_arc_get_angle_end(arcBlack)); in test_arc_angles_when_reversed()
Dtest_table.c35 TEST_ASSERT_EQUAL_UINT16(1, original_column_count); in test_table_should_grow_columns_automatically_when_setting_formatted_cell_value()
42 TEST_ASSERT_EQUAL_UINT16(expected_column_count, lv_table_get_col_cnt(table)); in test_table_should_grow_columns_automatically_when_setting_formatted_cell_value()
/lvgl-3.7.0/tests/unity/
Dunity.h144 #define TEST_ASSERT_EQUAL_UINT16(expected, actual) … macro