Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_FALSE_MESSAGE (Results 1 - 5 of 5) sorted by relevance

/third_party/cJSON/tests/
H A Djson_patch_tests.c197 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed."); in cjson_utils_should_pass_json_patch_test_tests()
214 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed."); in cjson_utils_should_pass_json_patch_test_spec_tests()
231 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed."); in cjson_utils_should_pass_json_patch_test_cjson_utils_tests()
H A Dparse_string.c67 TEST_ASSERT_FALSE_MESSAGE(parse_string(item, &buffer), "Malformed string should not be accepted."); in assert_not_parse_string()
H A Dmisc_tests.c589 TEST_ASSERT_FALSE_MESSAGE(flag, "add an object to itself should fail"); in cjson_add_item_to_object_or_array_should_not_add_itself()
592 TEST_ASSERT_FALSE_MESSAGE(flag, "add an array to itself should fail"); in cjson_add_item_to_object_or_array_should_not_add_itself()
/third_party/cJSON/tests/unity/src/
H A Dunity.h315 #define TEST_ASSERT_FALSE_MESSAGE(condition, message) UNITY_TEST_ASSERT( !(condition), __LINE__, (message)) macro
/third_party/unity/src/
H A Dunity.h420 #define TEST_ASSERT_FALSE_MESSAGE(condition, message) UNITY_TEST_ASSERT( !(condition), __LINE__, (message)) macro

Completed in 8 milliseconds