Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_arc.c148 TEST_ASSERT_GREATER_THAN(0, event_cnt); in test_arc_click_area_with_adv_hittest()
153 TEST_ASSERT_GREATER_THAN(0, event_cnt); in test_arc_click_area_with_adv_hittest()
Dtest_table.c103 TEST_ASSERT_GREATER_THAN(singleline_row_height, multiline_row_height); in test_table_row_height_should_increase_with_multiline_cell_value()
121 TEST_ASSERT_GREATER_THAN(row_height, wrapped_row_height); in test_table_should_wrap_long_texts()
Dtest_style.c51 TEST_ASSERT_GREATER_THAN(_LV_STYLE_LAST_BUILT_IN_PROP, prop); in test_custom_prop_ids()
Dtest_switch.c85 TEST_ASSERT_GREATER_THAN(initial_anim_state, checked_anim_state); in test_switch_animation()
/lvgl-3.7.0/tests/unity/
Dunity.h179 #define TEST_ASSERT_GREATER_THAN(threshold, actual) … macro