Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.7.0/tests/src/test_cases/
Dtest_font_loader.c112 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()
128TEST_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()
181TEST_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()
/lvgl-3.7.0/tests/unity/
Dunity.h572 #define TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE(expected, actual, num_elements, message) … macro