Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_font_loader.c218 TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE( in compare_fonts()
234TEST_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()
287TEST_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()
/lvgl-latest/tests/unity/
Dunity.h596 #define TEST_ASSERT_EQUAL_UINT8_ARRAY_MESSAGE(expected, actual, num_elements, message) … macro