Searched refs:TEST_ASSERT_MESSAGE (Results 1 – 1 of 1) sorted by relevance
54 TEST_ASSERT_MESSAGE(pointer == NULL,#pointer " was not null.")57 TEST_ASSERT_MESSAGE(pointer != NULL,#pointer " was null.")59 #define TEST_ASSERT_MESSAGE(condition, message)\ macro