• Home
  • Raw
  • Download

Lines Matching full:failed

38     TEST_ASSERT_NOT_NULL_MESSAGE(file, "Failed to read file.");  in parse_test_file()
41 TEST_ASSERT_NOT_NULL_MESSAGE(json, "Failed to parse test json."); in parse_test_file()
99 …UAL_INT_MESSAGE(0, cJSONUtils_ApplyPatchesCaseSensitive(object, patch), "Failed to apply patches."… in test_apply_patch()
116 printf("FAILED\n"); in test_apply_patch()
157 TEST_ASSERT_NOT_NULL_MESSAGE(patch, "Failed to generate patches."); in test_generate_test()
164 …TEST_ASSERT_EQUAL_INT_MESSAGE(0, cJSONUtils_ApplyPatchesCaseSensitive(object, patch), "Failed to a… in test_generate_test()
177 printf("generated patch: FAILED\n"); in test_generate_test()
188 cJSON_bool failed = false; in cjson_utils_should_pass_json_patch_test_tests() local
191 failed |= !test_apply_patch(test); in cjson_utils_should_pass_json_patch_test_tests()
192 failed |= !test_generate_test(test); in cjson_utils_should_pass_json_patch_test_tests()
197 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed."); in cjson_utils_should_pass_json_patch_test_tests()
205 cJSON_bool failed = false; in cjson_utils_should_pass_json_patch_test_spec_tests() local
208 failed |= !test_apply_patch(test); in cjson_utils_should_pass_json_patch_test_spec_tests()
209 failed |= !test_generate_test(test); in cjson_utils_should_pass_json_patch_test_spec_tests()
214 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed."); in cjson_utils_should_pass_json_patch_test_spec_tests()
222 cJSON_bool failed = false; in cjson_utils_should_pass_json_patch_test_cjson_utils_tests() local
225 failed |= !test_apply_patch(test); in cjson_utils_should_pass_json_patch_test_cjson_utils_tests()
226 failed |= !test_generate_test(test); in cjson_utils_should_pass_json_patch_test_cjson_utils_tests()
231 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed."); in cjson_utils_should_pass_json_patch_test_cjson_utils_tests()