Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_HEX8_WITHIN_MESSAGE (Results 1 - 4 of 4) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_integers.c900 TEST_ASSERT_HEX8_WITHIN_MESSAGE(1, 254, 255, "Custom Message."); in testHEX8sWithinDeltaAndCustomMessage()
901 TEST_ASSERT_HEX8_WITHIN_MESSAGE(5, 251, 255, "Custom Message."); in testHEX8sWithinDeltaAndCustomMessage()
902 TEST_ASSERT_HEX8_WITHIN_MESSAGE(5, 1, 4, "Custom Message."); in testHEX8sWithinDeltaAndCustomMessage()
912 TEST_ASSERT_HEX8_WITHIN_MESSAGE(5, 0x123, 0xF23, "Custom Message."); in testHEX8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage()
925 TEST_ASSERT_HEX8_WITHIN_MESSAGE(2, 255, 0, "Custom Message."); in testHEX8sNotWithinDeltaAndCustomMessage()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c1056 TEST_ASSERT_HEX8_WITHIN_MESSAGE(1, 254, 255, "Custom Message."); in testHEX8sWithinDeltaAndCustomMessage()
1057 TEST_ASSERT_HEX8_WITHIN_MESSAGE(5, 251, 255, "Custom Message."); in testHEX8sWithinDeltaAndCustomMessage()
1058 TEST_ASSERT_HEX8_WITHIN_MESSAGE(5, 1, 4, "Custom Message."); in testHEX8sWithinDeltaAndCustomMessage()
1068 TEST_ASSERT_HEX8_WITHIN_MESSAGE(5, 0x123, 0xF23, "Custom Message."); in testHEX8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage()
1081 TEST_ASSERT_HEX8_WITHIN_MESSAGE(2, 255, 0, "Custom Message."); in testHEX8sNotWithinDeltaAndCustomMessage()
/third_party/cJSON/tests/unity/src/
H A Dunity.h420 #define TEST_ASSERT_HEX8_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_HEX8_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro
/third_party/unity/src/
H A Dunity.h555 #define TEST_ASSERT_HEX8_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_HEX8_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro

Completed in 14 milliseconds