/third_party/cJSON/tests/unity/src/ |
H A D | unity_internals.h | 120 typedef UNITY_INT32 UNITY_INT; typedef 134 typedef UNITY_INT64 UNITY_INT; typedef 442 void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T style); 443 void UnityPrintNumber(const UNITY_INT number); 459 void UnityAssertEqualNumber(const UNITY_INT expected, 460 const UNITY_INT actual, 465 void UnityAssertGreaterOrLessOrEqualNumber(const UNITY_INT threshold, 466 const UNITY_INT actual, 480 void UnityAssertBits(const UNITY_INT mask, 481 const UNITY_INT expecte [all...] |
H A D | unity.c | 157 void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T style) in UnityPrintNumberByStyle() 176 void UnityPrintNumber(const UNITY_INT number_to_print) in UnityPrintNumber() 361 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin() 513 void UnityAssertBits(const UNITY_INT mask, in UnityAssertBits() 514 const UNITY_INT expected, in UnityAssertBits() 515 const UNITY_INT actual, in UnityAssertBits() 534 void UnityAssertEqualNumber(const UNITY_INT expected, in UnityAssertEqualNumber() 535 const UNITY_INT actual, in UnityAssertEqualNumber() 555 void UnityAssertGreaterOrLessOrEqualNumber(const UNITY_INT threshold, in UnityAssertGreaterOrLessOrEqualNumber() 556 const UNITY_INT actua in UnityAssertGreaterOrLessOrEqualNumber() [all...] |
/third_party/unity/src/ |
H A D | unity_internals.h | 174 typedef UNITY_INT32 UNITY_INT; typedef 188 typedef UNITY_INT64 UNITY_INT; typedef 579 void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T style); 580 void UnityPrintNumber(const UNITY_INT number_to_print); 596 void UnityAssertEqualNumber(const UNITY_INT expected, 597 const UNITY_INT actual, 602 void UnityAssertGreaterOrLessOrEqualNumber(const UNITY_INT threshold, 603 const UNITY_INT actual, 617 void UnityAssertBits(const UNITY_INT mask, 618 const UNITY_INT expecte [all...] |
H A D | unity.c | 187 void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T style) in UnityPrintNumberByStyle() 238 void UnityPrintNumber(const UNITY_INT number_to_print) in UnityPrintNumber() 500 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin() 508 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin() 520 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin() 527 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin() 690 void UnityAssertBits(const UNITY_INT mask, in UnityAssertBits() 691 const UNITY_INT expected, in UnityAssertBits() 692 const UNITY_INT actual, in UnityAssertBits() 711 void UnityAssertEqualNumber(const UNITY_INT expecte [all...] |
/third_party/unity/test/tests/ |
H A D | test_unity_arrays.c | 196 UNITY_INT expected[] = {5000, -4995, 5005}; in testIntArrayWithinDelta() 197 UNITY_INT actualSmallDelta[] = {5001, -4996, 5005}; in testIntArrayWithinDelta() 198 UNITY_INT actualBigDelta[] = {5101, -4896, 5055}; in testIntArrayWithinDelta() 206 UNITY_INT expected[] = {5000, -4995, 5005}; in testIntArrayWithinDeltaAndMessage() 207 UNITY_INT actualSmallDelta[] = {5001, -4996, 5005}; in testIntArrayWithinDeltaAndMessage() 208 UNITY_INT actualBigDelta[] = {5101, -4896, 5055}; in testIntArrayWithinDeltaAndMessage() 216 UNITY_INT expected[] = {5000, -4995, 5005}; in testIntArrayNotWithinDelta() 217 UNITY_INT actualBigDelta[] = {5101, -4896, 5055}; in testIntArrayNotWithinDelta() 226 UNITY_INT expected[] = {5000, -4995, 5005}; in testIntArrayNotWithinDeltaAndMessage() 227 UNITY_INT actualBigDelt in testIntArrayNotWithinDeltaAndMessage() [all...] |
H A D | test_unity_integers.c | 1191 UNITY_INT v0, v1; in testNotEqualINT() 1192 UNITY_INT *p0, *p1; in testNotEqualINT() 1469 UNITY_INT v0, v1; in testGreaterThan() 1470 UNITY_INT *p0, *p1; in testGreaterThan() 1492 UNITY_INT v0, v1; in testGreaterThanINT() 1493 UNITY_INT *p0, *p1; in testGreaterThanINT() 1768 UNITY_INT v0, v1, v2; in testGreaterOrEqual() 1769 UNITY_INT *p0, *p1, *p2; in testGreaterOrEqual() 1797 UNITY_INT v0, v1, v2; in testGreaterOrEqualINT() 1798 UNITY_INT *p in testGreaterOrEqualINT() [all...] |
H A D | test_unity_integers_64.c | 762 TEST_ASSERT_EQUAL_PRINT_NUMBERS("-9223372036854775808", (UNITY_INT)0x8000000000000000); in testPrintNumbersInt64() 763 TEST_ASSERT_EQUAL_PRINT_NUMBERS("-1", (UNITY_INT)0xFFFFFFFFFFFFFFFF); in testPrintNumbersInt64()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 1313 UNITY_INT v0, v1; in testGreaterThan() 1314 UNITY_INT *p0, *p1; in testGreaterThan() 1329 UNITY_INT v0, v1; in testGreaterThanINT() 1330 UNITY_INT *p0, *p1; in testGreaterThanINT() 1515 UNITY_INT v0, v1; in testLessThan() 1516 UNITY_INT *p0, *p1; in testLessThan() 1531 UNITY_INT v0, v1; in testLessThanINT() 1532 UNITY_INT *p0, *p1; in testLessThanINT() 3374 TEST_ASSERT_EQUAL_INT(sizeof(UNITY_INT)*2, strlen(getBufferPutcharSpy())); in testHexPrintsUpToMaxNumberOfNibbles() 3427 TEST_ASSERT_EQUAL_PRINT_NUMBERS("-9223372036854775808", (UNITY_INT) in testPrintNumbersInt64() [all...] |