Lines Matching refs:TEST_ASSERT_EQUAL_INT
56 TEST_ASSERT_EQUAL_INT(null->type, cJSON_NULL);
92 TEST_ASSERT_EQUAL_INT(true_item->type, cJSON_True);
172 TEST_ASSERT_EQUAL_INT(false_item->type, cJSON_False);
209 TEST_ASSERT_EQUAL_INT(true_item->type, cJSON_True);
214 TEST_ASSERT_EQUAL_INT(false_item->type, cJSON_False);
251 TEST_ASSERT_EQUAL_INT(number->type, cJSON_Number);
253 TEST_ASSERT_EQUAL_INT(number->valueint, 42);
291 TEST_ASSERT_EQUAL_INT(number->type, cJSON_Number | cJSON_IsInt64);
330 TEST_ASSERT_EQUAL_INT(string->type, cJSON_String);
367 TEST_ASSERT_EQUAL_INT(raw->type, cJSON_Raw);
403 TEST_ASSERT_EQUAL_INT(object->type, cJSON_Object);
438 TEST_ASSERT_EQUAL_INT(array->type, cJSON_Array);