Home
last modified time | relevance | path

Searched refs:UNITY_NOT_EQUAL (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.7.0/tests/unity/
Dunity_internals.h431 UNITY_NOT_EQUAL = 0x0, enumerator
796 …TY_INT)(threshold), (UNITY_INT)(actual), UNITY_NOT_EQUAL, (message), (…
797 …TY_INT)(UNITY_INT8 )(threshold), (UNITY_INT)(UNITY_INT8 )(actual), UNITY_NOT_EQUAL, (message), (…
798 …TY_INT)(UNITY_INT16)(threshold), (UNITY_INT)(UNITY_INT16)(actual), UNITY_NOT_EQUAL, (message), (…
799 …TY_INT)(UNITY_INT32)(threshold), (UNITY_INT)(UNITY_INT32)(actual), UNITY_NOT_EQUAL, (message), (…
800 …TY_INT)(threshold), (UNITY_INT)(actual), UNITY_NOT_EQUAL, (message), (…
801 …TY_INT)(UNITY_UINT8 )(threshold), (UNITY_INT)(UNITY_UINT8 )(actual), UNITY_NOT_EQUAL, (message), (…
802 …TY_INT)(UNITY_UINT16)(threshold), (UNITY_INT)(UNITY_UINT16)(actual), UNITY_NOT_EQUAL, (message), (…
803 …TY_INT)(UNITY_UINT32)(threshold), (UNITY_INT)(UNITY_UINT32)(actual), UNITY_NOT_EQUAL, (message), (…
804 …TY_INT)(UNITY_UINT8 )(threshold), (UNITY_INT)(UNITY_UINT8 )(actual), UNITY_NOT_EQUAL, (message), (…
[all …]
Dunity.c761 if (compare == UNITY_NOT_EQUAL) { UnityPrint(UnityStrNotEqual); } in UnityAssertGreaterOrLessOrEqualNumber()