Lines Matching defs:tests
185 cJSON *tests = parse_test_file("json-patch-tests/tests.json");
189 cJSON_ArrayForEach(test, tests)
195 cJSON_Delete(tests);
197 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed.");
202 cJSON *tests = parse_test_file("json-patch-tests/spec_tests.json");
206 cJSON_ArrayForEach(test, tests)
212 cJSON_Delete(tests);
214 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed.");
219 cJSON *tests = parse_test_file("json-patch-tests/cjson-utils-tests.json");
223 cJSON_ArrayForEach(test, tests)
229 cJSON_Delete(tests);
231 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed.");