Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EQUAL_INT32 (Results 1 - 4 of 4) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_integers.c69 TEST_ASSERT_EQUAL_INT32(-2147483647, (-2147483647 - 1)); in testNotEqualInt32s()
325 TEST_ASSERT_EQUAL_INT32(0x78760000, 0x78760000); in testEqualInt32s()
326 TEST_ASSERT_EQUAL_INT32(v0, v1); in testEqualInt32s()
327 TEST_ASSERT_EQUAL_INT32(0x78760000, v1); in testEqualInt32s()
328 TEST_ASSERT_EQUAL_INT32(v0, 0x78760000); in testEqualInt32s()
329 TEST_ASSERT_EQUAL_INT32(*p0, v1); in testEqualInt32s()
330 TEST_ASSERT_EQUAL_INT32(*p0, *p1); in testEqualInt32s()
331 TEST_ASSERT_EQUAL_INT32(*p0, 0x78760000); in testEqualInt32s()
344 TEST_ASSERT_EQUAL_INT32(-123456789, -123456789); in testEqualInt32sNegatives()
345 TEST_ASSERT_EQUAL_INT32(v in testEqualInt32sNegatives()
[all...]
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c266 TEST_ASSERT_EQUAL_INT32(-2147483647, -2147483648); //use largest 32 bit negative to test printability in testNotEqualInt32s()
496 TEST_ASSERT_EQUAL_INT32(0x78760000, 0x78760000); in testEqualInt32s()
497 TEST_ASSERT_EQUAL_INT32(v0, v1); in testEqualInt32s()
498 TEST_ASSERT_EQUAL_INT32(0x78760000, v1); in testEqualInt32s()
499 TEST_ASSERT_EQUAL_INT32(v0, 0x78760000); in testEqualInt32s()
500 TEST_ASSERT_EQUAL_INT32(*p0, v1); in testEqualInt32s()
501 TEST_ASSERT_EQUAL_INT32(*p0, *p1); in testEqualInt32s()
502 TEST_ASSERT_EQUAL_INT32(*p0, 0x78760000); in testEqualInt32s()
515 TEST_ASSERT_EQUAL_INT32(-123456789, -123456789); in testEqualInt32sNegatives()
516 TEST_ASSERT_EQUAL_INT32(v in testEqualInt32sNegatives()
[all...]
/third_party/cJSON/tests/unity/src/
H A Dunity.h131 #define TEST_ASSERT_EQUAL_INT32(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT32((expected), (actual), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h148 #define TEST_ASSERT_EQUAL_INT32(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT32((expected), (actual), __LINE__, NULL) macro

Completed in 12 milliseconds