Searched refs:TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE (Results 1 – 2 of 2) sorted by relevance
218 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()234 … TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE(ids1, ids2, cmaps1->list_length, "glyph_id_ofs_list"); in compare_fonts()249 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()255 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()261 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()287 … TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE(kern1->glyph_ids, kern2->glyph_ids, ids_size, "glyph_ids"); in compare_fonts()288 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()304 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()
596 #define TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE(expected, actual, num_elements, message) … macro