Lines Matching defs:expected
53 cJSON *expected = NULL;
87 expected = cJSON_GetObjectItemCaseSensitive(test, "expected");
102 if (expected != NULL)
104 successful = cJSON_Compare(object, expected, true);
126 cJSON *expected = NULL;
148 expected = cJSON_GetObjectItemCaseSensitive(test, "expected");
149 if (expected == NULL)
152 /* if there is no expected output, this test doesn't make sense */
156 patch = cJSONUtils_GeneratePatchesCaseSensitive(doc, expected);
166 successful = cJSON_Compare(object, expected, true);