Searched refs:TEST_ASSERT_EQUAL_INT64 (Results 1 - 7 of 7) sorted by relevance
/third_party/cJSON/tests/ |
H A D | misc_int64_tests.c | 110 TEST_ASSERT_EQUAL_INT64(1LL, number->valueint); in cjson_set_number_value_should_set_numbers_with_int64() 114 TEST_ASSERT_EQUAL_INT64(-1LL, number->valueint); in cjson_set_number_value_should_set_numbers_with_int64() 118 TEST_ASSERT_EQUAL_INT64(0LL, number->valueint); in cjson_set_number_value_should_set_numbers_with_int64() 122 TEST_ASSERT_EQUAL_INT64(LLONG_MAX, number->valueint); in cjson_set_number_value_should_set_numbers_with_int64() 126 TEST_ASSERT_EQUAL_INT64(LLONG_MIN, number->valueint); in cjson_set_number_value_should_set_numbers_with_int64() 155 TEST_ASSERT_EQUAL_INT64(0LL, cJSON_SetInt64NumberValue(NULL, 0LL)); in cjson_functions_should_not_crash_with_null_pointers_with_int64() 165 TEST_ASSERT_EQUAL_INT64(*cJSON_GetInt64NumberValue(number), number->valueint); in cjson_get_number_value_should_get_a_number_with_int64()
|
H A D | parse_number.c | 72 TEST_ASSERT_EQUAL_INT64(integer, item->valueint); in assert_parse_int64_number()
|
H A D | cjson_add.c | 293 TEST_ASSERT_EQUAL_INT64(number->valueint, 42LL); in cjson_add_int64_number_should_add_int64_number()
|
/third_party/unity/test/tests/ |
H A D | test_unity_integers_64.c | 569 TEST_ASSERT_EQUAL_INT64(0x9876543201234567, 0x9876543201234567); in testEqualInt64s() 570 TEST_ASSERT_EQUAL_INT64(v0, v1); in testEqualInt64s() 571 TEST_ASSERT_EQUAL_INT64(0x9876543201234567, v1); in testEqualInt64s() 572 TEST_ASSERT_EQUAL_INT64(v0, 0x9876543201234567); in testEqualInt64s() 573 TEST_ASSERT_EQUAL_INT64(*p0, v1); in testEqualInt64s() 574 TEST_ASSERT_EQUAL_INT64(*p0, *p1); in testEqualInt64s() 575 TEST_ASSERT_EQUAL_INT64(*p0, 0x9876543201234567); in testEqualInt64s() 623 TEST_ASSERT_EQUAL_INT64(v0, v1); in testNotEqualInt64s()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 3508 TEST_ASSERT_EQUAL_INT64(0x9876543201234567, 0x9876543201234567); in testEqualInt64s() 3509 TEST_ASSERT_EQUAL_INT64(v0, v1); in testEqualInt64s() 3510 TEST_ASSERT_EQUAL_INT64(0x9876543201234567, v1); in testEqualInt64s() 3511 TEST_ASSERT_EQUAL_INT64(v0, 0x9876543201234567); in testEqualInt64s() 3512 TEST_ASSERT_EQUAL_INT64(*p0, v1); in testEqualInt64s() 3513 TEST_ASSERT_EQUAL_INT64(*p0, *p1); in testEqualInt64s() 3514 TEST_ASSERT_EQUAL_INT64(*p0, 0x9876543201234567); in testEqualInt64s() 3562 TEST_ASSERT_EQUAL_INT64(v0, v1); in testNotEqualInt64s()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 132 #define TEST_ASSERT_EQUAL_INT64(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT64((expected), (actual), __LINE__, NULL) macro
|
/third_party/unity/src/ |
H A D | unity.h | 149 #define TEST_ASSERT_EQUAL_INT64(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT64((expected), (actual), __LINE__, NULL) macro
|
Completed in 14 milliseconds