Home
last modified time | relevance | path

Searched refs:UNITY_UINT8 (Results 1 - 7 of 7) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_arrays.c1014 UNITY_UINT8 expected[] = {20, 95, 55}; in testUInt8ArrayWithinDelta()
1015 UNITY_UINT8 actualSmallDelta[] = {21, 94, 55}; in testUInt8ArrayWithinDelta()
1016 UNITY_UINT8 actualBigDelta[] = {11, 86, 45}; in testUInt8ArrayWithinDelta()
1024 UNITY_UINT8 expected[] = {20, 95, 55}; in testUInt8ArrayWithinDeltaAndMessage()
1025 UNITY_UINT8 actualSmallDelta[] = {21, 94, 55}; in testUInt8ArrayWithinDeltaAndMessage()
1026 UNITY_UINT8 actualBigDelta[] = {11, 86, 45}; in testUInt8ArrayWithinDeltaAndMessage()
1034 UNITY_UINT8 expected[] = {20, 95, 55}; in testUInt8ArrayNotWithinDelta()
1035 UNITY_UINT8 actualBigDelta[] = {11, 86, 45}; in testUInt8ArrayNotWithinDelta()
1044 UNITY_UINT8 expected[] = {20, 95, 55}; in testUInt8ArrayNotWithinDeltaAndMessage()
1045 UNITY_UINT8 actualBigDelt in testUInt8ArrayNotWithinDeltaAndMessage()
[all...]
H A Dtest_unity_integers.c94 UNITY_UINT8 v0, v1; in testNotEqualUInt8s()
130 UNITY_UINT8 v0, v1; in testNotEqualHex8s()
377 UNITY_UINT8 v0, v1; in testEqualUint8s()
378 UNITY_UINT8 *p0, *p1; in testEqualUint8s()
457 UNITY_UINT8 v0, v1; in testEqualHex8s()
458 UNITY_UINT8 *p0, *p1; in testEqualHex8s()
482 UNITY_UINT8 v0, v1; in testEqualHex8sNegatives()
483 UNITY_UINT8 *p0, *p1; in testEqualHex8sNegatives()
1329 UNITY_UINT8 v0, v1; in testNotEqualUINT8()
1330 UNITY_UINT8 *p in testNotEqualUINT8()
[all...]
/third_party/unity/src/
H A Dunity_internals.h142 typedef unsigned char UNITY_UINT8; typedef
149 typedef unsigned char UNITY_UINT8; typedef
745 UNITY_INTERNAL_PTR UnityNumToPtr(const UNITY_INT num, const UNITY_UINT8 size);
888 #define UNITY_TEST_ASSERT_EQUAL_UINT8(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_UINT8 )(expected), (UNITY_INT)(UNITY_UINT8 )(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_UINT8)
902 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_UINT8 )(threshold), (UNITY_INT)(UNITY_UINT8 )(actual), UNITY_NOT_EQUAL, (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_UINT8)
905 #define UNITY_TEST_ASSERT_NOT_EQUAL_HEX8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_UINT8 )(threshold), (UNITY_INT)(UNITY_UINT8 )(actual), UNITY_NOT_EQUAL, (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_HEX8)
915 #define UNITY_TEST_ASSERT_GREATER_THAN_UINT8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_UINT8 )(threshol
[all...]
H A Dunity.c1477 expect_val = (UNITY_INT)*(UNITY_PTR_ATTRIBUTE const UNITY_UINT8*)expected; in UnityAssertNumbersArrayWithin()
1478 actual_val = (UNITY_INT)*(UNITY_PTR_ATTRIBUTE const UNITY_UINT8*)actual; in UnityAssertNumbersArrayWithin()
1479 increment = sizeof(UNITY_UINT8); in UnityAssertNumbersArrayWithin()
1841 UNITY_INTERNAL_PTR UnityNumToPtr(const UNITY_INT num, const UNITY_UINT8 size) in UnityNumToPtr()
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h90 typedef unsigned char UNITY_UINT8; typedef
97 typedef unsigned char UNITY_UINT8; typedef
567 UNITY_INTERNAL_PTR UnityNumToPtr(const UNITY_INT num, const UNITY_UINT8 size);
661 #define UNITY_TEST_ASSERT_EQUAL_UINT8(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_UINT8 )(expected), (UNITY_INT)(UNITY_UINT8 )(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_UINT8)
674 #define UNITY_TEST_ASSERT_GREATER_THAN_UINT8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_UINT8 )(threshold), (UNITY_INT)(UNITY_UINT8 )(actual), UNITY_GREATER_THAN, (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_UINT8)
677 #define UNITY_TEST_ASSERT_GREATER_THAN_HEX8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_UINT8 )(threshold), (UNITY_INT)(UNITY_UINT8 )(actual), UNITY_GREATER_THAN, (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_HEX8)
686 #define UNITY_TEST_ASSERT_SMALLER_THAN_UINT8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_UINT8 )(threshol
[all...]
H A Dunity.c1237 UNITY_INTERNAL_PTR UnityNumToPtr(const UNITY_INT num, const UNITY_UINT8 size) in UnityNumToPtr()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c291 UNITY_UINT8 v0, v1; in testNotEqualUInt8s()
327 UNITY_UINT8 v0, v1; in testNotEqualHex8s()
548 UNITY_UINT8 v0, v1; in testEqualUint8s()
549 UNITY_UINT8 *p0, *p1; in testEqualUint8s()
628 UNITY_UINT8 v0, v1; in testEqualHex8s()
629 UNITY_UINT8 *p0, *p1; in testEqualHex8s()
653 UNITY_UINT8 v0, v1; in testEqualHex8sNegatives()
654 UNITY_UINT8 *p0, *p1; in testEqualHex8sNegatives()
1411 UNITY_UINT8 v0, v1; in testGreaterThanUINT8()
1412 UNITY_UINT8 *p in testGreaterThanUINT8()
[all...]

Completed in 18 milliseconds