Searched refs:TEST_ASSERT_EQUAL_UINT8 (Results 1 – 2 of 2) sorted by relevance
16 TEST_ASSERT_EQUAL_UINT8(state, LV_TEXT_CMD_STATE_PAR); in test_txt_should_identify_valid_start_of_command()27 TEST_ASSERT_EQUAL_UINT8(state, LV_TEXT_CMD_STATE_WAIT); in test_txt_should_identify_invalid_start_of_command()38 TEST_ASSERT_EQUAL_UINT8(state, LV_TEXT_CMD_STATE_WAIT); in test_txt_should_identify_scaped_command_in_parameter()49 TEST_ASSERT_EQUAL_UINT8(state, LV_TEXT_CMD_STATE_PAR); in test_txt_should_skip_color_parameter_in_parameter()60 TEST_ASSERT_EQUAL_UINT8(state, LV_TEXT_CMD_STATE_WAIT); in test_txt_should_reset_state_when_receiving_color_cmd_while_processing_commands()71 TEST_ASSERT_EQUAL_UINT8(state, LV_TEXT_CMD_STATE_IN); in test_txt_should_identify_space_after_parameter()121 TEST_ASSERT_EQUAL_UINT8(msg[0], 0x00); in test_txt_cut_should_handle_len_longer_than_string_length()
143 #define TEST_ASSERT_EQUAL_UINT8(expected, actual) … macro