Searched refs:TEST_ASSERT_GREATER_THAN (Results 1 – 5 of 5) sorted by relevance
148 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()
103 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()
51 TEST_ASSERT_GREATER_THAN(_LV_STYLE_LAST_BUILT_IN_PROP, prop); in test_custom_prop_ids()
85 TEST_ASSERT_GREATER_THAN(initial_anim_state, checked_anim_state); in test_switch_animation()
179 #define TEST_ASSERT_GREATER_THAN(threshold, actual) … macro