Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dcommon.h109 #define assert_has_no_string(item) TEST_ASSERT_NULL_MESSAGE(item->string, "String is not NULL.") macro
119 assert_has_no_string(item);\
Dparse_value.c41 assert_has_no_string(value_item); in assert_is_value()
Dparse_number.c43 assert_has_no_string(number_item); in assert_is_number()
Dparse_string.c43 assert_has_no_string(string_item); in assert_is_string()
Dparse_object.c42 assert_has_no_string(object_item); in assert_is_object()
Dparse_array.c42 assert_has_no_string(array_item); in assert_is_array()