Home
last modified time | relevance | path

Searched refs:UNITY_TEST_ASSERT_NOT_EMPTY (Results 1 - 2 of 2) sorted by relevance

/third_party/unity/src/
H A Dunity.h142 #define TEST_ASSERT_NOT_EMPTY(pointer) UNITY_TEST_ASSERT_NOT_EMPTY((pointer), __LINE__, " Expected Non-Empty")
424 #define TEST_ASSERT_NOT_EMPTY_MESSAGE(pointer, message) UNITY_TEST_ASSERT_NOT_EMPTY((pointer), __LINE__, (message))
H A Dunity_internals.h881 #define UNITY_TEST_ASSERT_NOT_EMPTY(pointer, line, message) UNITY_TEST_ASSERT(((pointer[0]) != 0), (UNITY_LINE_TYPE)(line), (message)) macro

Completed in 7 milliseconds