Searched refs:TEST_ASSERT_NOT_NULL_MESSAGE (Results 1 – 3 of 3) sorted by relevance
33 TEST_ASSERT_NOT_NULL_MESSAGE(red_series, "Red series not added to chart"); in test_chart_add_series()97 TEST_ASSERT_NOT_NULL_MESSAGE(red_series, "Red series not added to chart"); in test_chart_point_is_added_at_the_end_of_a_series()
183 TEST_ASSERT_NOT_NULL_MESSAGE(f1, "font not null"); in compare_fonts()184 TEST_ASSERT_NOT_NULL_MESSAGE(f2, "font not null"); in compare_fonts()
424 #define TEST_ASSERT_NOT_NULL_MESSAGE(pointer, message) … macro