Searched refs:TEST_ASSERT_TRUE (Results 1 – 9 of 9) sorted by relevance
15 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()
40 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()
28 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()
55 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()
47 TEST_ASSERT_TRUE(event_called); in test_checkbox_should_call_event_handler_on_click_when_enabled()
39 TEST_ASSERT_TRUE(lv_line_get_y_invert(line)); in test_line_should_return_valid_y_invert()
40 TEST_ASSERT_TRUE(lv_textarea_get_password_mode(textarea)); in test_textarea_should_return_actual_text_when_password_mode_is_enabled()
41 TEST_ASSERT_TRUE(objw >= objh); in test_textarea_should_have_valid_documented_default_values()
128 #define TEST_ASSERT_TRUE(condition) … macro