Home
last modified time | relevance | path

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

/external/embunit/inc/
DAssertImpl.h54 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