/third_party/unity/test/tests/ |
H A D | test_unity_arrays.c | 416 UNITY_INT8 expected[] = {20, -95, 55}; in testInt8ArrayWithinDelta() 417 UNITY_INT8 actualSmallDelta[] = {21, -94, 55}; in testInt8ArrayWithinDelta() 418 UNITY_INT8 actualBigDelta[] = {11, -86, 45}; in testInt8ArrayWithinDelta() 426 UNITY_INT8 expected[] = {20, -95, 55}; in testInt8ArrayWithinDeltaAndMessage() 427 UNITY_INT8 actualSmallDelta[] = {21, -94, 55}; in testInt8ArrayWithinDeltaAndMessage() 428 UNITY_INT8 actualBigDelta[] = {11, -86, 45}; in testInt8ArrayWithinDeltaAndMessage() 436 UNITY_INT8 expected[] = {20, -95, 55}; in testInt8ArrayNotWithinDelta() 437 UNITY_INT8 actualBigDelta[] = {11, -86, 45}; in testInt8ArrayNotWithinDelta() 446 UNITY_INT8 expected[] = {20, -95, 55}; in testInt8ArrayNotWithinDeltaAndMessage() 447 UNITY_INT8 actualBigDelt in testInt8ArrayNotWithinDeltaAndMessage() [all...] |
H A D | test_unity_integers.c | 142 UNITY_INT8 v0, v1; in testNotEqualHex8sIfSigned() 222 UNITY_INT8 v0, v1; in testEqualInt8s() 223 UNITY_INT8 *p0, *p1; in testEqualInt8s() 1214 UNITY_INT8 v0, v1; in testNotEqualINT8() 1215 UNITY_INT8 *p0, *p1; in testNotEqualINT8() 1515 UNITY_INT8 v0, v1; in testGreaterThanINT8() 1516 UNITY_INT8 *p0, *p1; in testGreaterThanINT8() 1826 UNITY_INT8 v0, v1, v2; in testGreaterOrEqualINT8() 1827 UNITY_INT8 *p0, *p1, *p2; in testGreaterOrEqualINT8() 2193 UNITY_INT8 v in testLessThanINT8() [all...] |
/third_party/unity/src/ |
H A D | unity_internals.h | 145 typedef signed char UNITY_INT8; typedef 152 typedef signed char UNITY_INT8; typedef 884 #define UNITY_TEST_ASSERT_EQUAL_INT8(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_INT8 )(expected), (UNITY_INT)(UNITY_INT8 )(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_INT8) 891 #define UNITY_TEST_ASSERT_EQUAL_HEX8(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_INT8 )(expected), (UNITY_INT)(UNITY_INT8 )(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_HEX8) 894 #define UNITY_TEST_ASSERT_EQUAL_CHAR(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_INT8 )(expected), (UNITY_INT)(UNITY_INT8 )(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_CHAR) 898 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_INT8 )(threshold), (UNITY_INT)(UNITY_INT8 )(actua [all...] |
H A D | unity.c | 821 expect_val = *(UNITY_PTR_ATTRIBUTE const UNITY_INT8*)expected; in UnityAssertEqualIntArray() 822 actual_val = *(UNITY_PTR_ATTRIBUTE const UNITY_INT8*)actual; in UnityAssertEqualIntArray() 828 increment = sizeof(UNITY_INT8); in UnityAssertEqualIntArray() 1471 expect_val = *(UNITY_PTR_ATTRIBUTE const UNITY_INT8*)expected; in UnityAssertNumbersArrayWithin() 1472 actual_val = *(UNITY_PTR_ATTRIBUTE const UNITY_INT8*)actual; in UnityAssertNumbersArrayWithin() 1473 increment = sizeof(UNITY_INT8); in UnityAssertNumbersArrayWithin() 1827 UNITY_INT8 i8; 1846 UnityQuickCompare.i8 = (UNITY_INT8)num; in UnityNumToPtr()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity_internals.h | 93 typedef signed char UNITY_INT8; typedef 100 typedef signed char UNITY_INT8; typedef 657 #define UNITY_TEST_ASSERT_EQUAL_INT8(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_INT8 )(expected), (UNITY_INT)(UNITY_INT8 )(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_INT8) 664 #define UNITY_TEST_ASSERT_EQUAL_HEX8(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_INT8 )(expected), (UNITY_INT)(UNITY_INT8 )(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_HEX8) 670 #define UNITY_TEST_ASSERT_GREATER_THAN_INT8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_INT8 )(threshold), (UNITY_INT)(UNITY_INT8 )(actual), UNITY_GREATER_THAN, (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_INT8) 682 #define UNITY_TEST_ASSERT_SMALLER_THAN_INT8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_INT8 )(threshold), (UNITY_INT)(UNITY_INT8 )(actua [all...] |
H A D | unity.c | 630 expect_val = *(UNITY_PTR_ATTRIBUTE const UNITY_INT8*)expected; in UnityAssertEqualIntArray() 631 actual_val = *(UNITY_PTR_ATTRIBUTE const UNITY_INT8*)actual; in UnityAssertEqualIntArray() 1223 UNITY_INT8 i8; 1242 UnityQuickCompare.i8 = (UNITY_INT8)num; in UnityNumToPtr()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 339 UNITY_INT8 v0, v1; in testNotEqualHex8sIfSigned() 419 UNITY_INT8 v0, v1; in testEqualInt8s() 420 UNITY_INT8 *p0, *p1; in testEqualInt8s() 1346 UNITY_INT8 v0, v1; in testGreaterThanINT8() 1347 UNITY_INT8 *p0, *p1; in testGreaterThanINT8() 1548 UNITY_INT8 v0, v1; in testLessThanINT8() 1549 UNITY_INT8 *p0, *p1; in testLessThanINT8() 2321 UNITY_INT8 p0[] = {1, 8, 117, -2}; in testEqualInt8Arrays() 2322 UNITY_INT8 p1[] = {1, 8, 117, -2}; in testEqualInt8Arrays() 2323 UNITY_INT8 p in testEqualInt8Arrays() [all...] |