Searched refs:TEST_ASSERT_FALSE_MESSAGE (Results 1 - 5 of 5) sorted by relevance
/third_party/cJSON/tests/ |
H A D | json_patch_tests.c | 197 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 D | parse_string.c | 67 TEST_ASSERT_FALSE_MESSAGE(parse_string(item, &buffer), "Malformed string should not be accepted."); in assert_not_parse_string()
|
H A D | misc_tests.c | 589 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 D | unity.h | 315 #define TEST_ASSERT_FALSE_MESSAGE(condition, message) UNITY_TEST_ASSERT( !(condition), __LINE__, (message)) macro
|
/third_party/unity/src/ |
H A D | unity.h | 420 #define TEST_ASSERT_FALSE_MESSAGE(condition, message) UNITY_TEST_ASSERT( !(condition), __LINE__, (message)) macro
|
Completed in 8 milliseconds