Searched refs:TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE (Results 1 – 2 of 2) sorted by relevance
112 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()128 … TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE(ids1, ids2, cmaps1->list_length, "glyph_id_ofs_list"); in compare_fonts()143 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()149 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()155 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()181 … TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE(kern1->glyph_ids, kern2->glyph_ids, ids_size, "glyph_ids"); in compare_fonts()182 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()198 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()
572 #define TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE(expected, actual, num_elements, message) … macro