Home
last modified time | relevance | path

Searched refs:UNITY_UINT16 (Results 1 - 6 of 6) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_arrays.c904 UNITY_UINT16 expected[] = {5000, 4995, 5005}; in testUInt16ArrayWithinDelta()
905 UNITY_UINT16 actualSmallDelta[] = {5001, 4996, 5005}; in testUInt16ArrayWithinDelta()
906 UNITY_UINT16 actualBigDelta[] = {5101, 4896, 5055}; in testUInt16ArrayWithinDelta()
914 UNITY_UINT16 expected[] = {5000, 4995, 5005}; in testUInt16ArrayWithinDeltaAndMessage()
915 UNITY_UINT16 actualSmallDelta[] = {5001, 4996, 5005}; in testUInt16ArrayWithinDeltaAndMessage()
916 UNITY_UINT16 actualBigDelta[] = {5101, 4896, 5055}; in testUInt16ArrayWithinDeltaAndMessage()
924 UNITY_UINT16 expected[] = {5000, 4995, 5005}; in testUInt16ArrayNotWithinDelta()
925 UNITY_UINT16 actualBigDelta[] = {5101, 4896, 5055}; in testUInt16ArrayNotWithinDelta()
934 UNITY_UINT16 expected[] = {5000, 4995, 5005}; in testUInt16ArrayNotWithinDeltaAndMessage()
935 UNITY_UINT16 actualBigDelt in testUInt16ArrayNotWithinDeltaAndMessage()
[all...]
H A Dtest_unity_integers.c82 UNITY_UINT16 v0, v1; in testNotEqualUInts()
106 UNITY_UINT16 v0, v1; in testNotEqualUInt16s()
154 UNITY_UINT16 v0, v1; in testNotEqualHex16s()
402 UNITY_UINT16 v0, v1; in testEqualUint16s()
403 UNITY_UINT16 *p0, *p1; in testEqualUint16s()
501 UNITY_UINT16 v0, v1; in testEqualHex16s()
502 UNITY_UINT16 *p0, *p1; in testEqualHex16s()
1352 UNITY_UINT16 v0, v1; in testNotEqualUINT16()
1353 UNITY_UINT16 *p0, *p1; in testNotEqualUINT16()
1421 UNITY_UINT16 v in testNotEqualHEX16()
[all...]
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h91 typedef unsigned short UNITY_UINT16; typedef
98 typedef unsigned int UNITY_UINT16; typedef
662 #define UNITY_TEST_ASSERT_EQUAL_UINT16(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_UINT16)(expected), (UNITY_INT)(UNITY_UINT16)(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_UINT16)
675 #define UNITY_TEST_ASSERT_GREATER_THAN_UINT16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_UINT16)(threshold), (UNITY_INT)(UNITY_UINT16)(actual), UNITY_GREATER_THAN, (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_UINT16)
678 #define UNITY_TEST_ASSERT_GREATER_THAN_HEX16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_UINT16)(threshold), (UNITY_INT)(UNITY_UINT16)(actual), UNITY_GREATER_THAN, (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_HEX16)
687 #define UNITY_TEST_ASSERT_SMALLER_THAN_UINT16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_UINT16)(threshold), (UNITY_INT)(UNITY_UINT16)(actua
[all...]
/third_party/unity/src/
H A Dunity_internals.h143 typedef unsigned short UNITY_UINT16; typedef
150 typedef unsigned int UNITY_UINT16; typedef
889 #define UNITY_TEST_ASSERT_EQUAL_UINT16(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_UINT16)(expected), (UNITY_INT)(UNITY_UINT16)(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_UINT16)
903 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_UINT16)(threshold), (UNITY_INT)(UNITY_UINT16)(actual), UNITY_NOT_EQUAL, (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_UINT16)
906 #define UNITY_TEST_ASSERT_NOT_EQUAL_HEX16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_UINT16)(threshold), (UNITY_INT)(UNITY_UINT16)(actual), UNITY_NOT_EQUAL, (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_HEX16)
916 #define UNITY_TEST_ASSERT_GREATER_THAN_UINT16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_UINT16)(threshold), (UNITY_INT)(UNITY_UINT16)(actua
[all...]
H A Dunity.c1493 expect_val = (UNITY_INT)*(UNITY_PTR_ATTRIBUTE const UNITY_UINT16*)expected; in UnityAssertNumbersArrayWithin()
1494 actual_val = (UNITY_INT)*(UNITY_PTR_ATTRIBUTE const UNITY_UINT16*)actual; in UnityAssertNumbersArrayWithin()
1495 increment = sizeof(UNITY_UINT16); in UnityAssertNumbersArrayWithin()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c279 UNITY_UINT16 v0, v1; in testNotEqualUInts()
303 UNITY_UINT16 v0, v1; in testNotEqualUInt16s()
351 UNITY_UINT16 v0, v1; in testNotEqualHex16s()
573 UNITY_UINT16 v0, v1; in testEqualUint16s()
574 UNITY_UINT16 *p0, *p1; in testEqualUint16s()
672 UNITY_UINT16 v0, v1; in testEqualHex16s()
673 UNITY_UINT16 *p0, *p1; in testEqualHex16s()
1427 UNITY_UINT16 v0, v1; in testGreaterThanUINT16()
1428 UNITY_UINT16 *p0, *p1; in testGreaterThanUINT16()
1475 UNITY_UINT16 v in testGreaterThanHEX16()
[all...]

Completed in 18 milliseconds