Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_integers.c857 TEST_ASSERT_HEX16_WITHIN_MESSAGE(1, 5000, 5001, "Custom Message."); in testHEX16sWithinDeltaAndCustomMessage()
858 TEST_ASSERT_HEX16_WITHIN_MESSAGE(5, 5000, 4996, "Custom Message."); in testHEX16sWithinDeltaAndCustomMessage()
859 TEST_ASSERT_HEX16_WITHIN_MESSAGE(5, 5000, 5005, "Custom Message."); in testHEX16sWithinDeltaAndCustomMessage()
869 TEST_ASSERT_HEX16_WITHIN_MESSAGE(5, 0x54321, 0x44321, "Custom Message."); in testHEX16sWithinDeltaWhenThereAreDifferenceOutsideOf16BitsAndCustomMessage()
882 TEST_ASSERT_HEX16_WITHIN_MESSAGE(2, 65535, 0, "Custom Message."); in testHEX16sNotWithinDeltaAndCustomMessage()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c1018 TEST_ASSERT_HEX16_WITHIN_MESSAGE(1, 5000, 5001, "Custom Message."); in testHEX16sWithinDeltaAndCustomMessage()
1019 TEST_ASSERT_HEX16_WITHIN_MESSAGE(5, 5000, 4996, "Custom Message."); in testHEX16sWithinDeltaAndCustomMessage()
1020 TEST_ASSERT_HEX16_WITHIN_MESSAGE(5, 5000, 5005, "Custom Message."); in testHEX16sWithinDeltaAndCustomMessage()
1030 TEST_ASSERT_HEX16_WITHIN_MESSAGE(5, 0x54321, 0x44321, "Custom Message."); in testHEX16sWithinDeltaWhenThereAreDifferenceOutsideOf16BitsAndCustomMessage()
1043 TEST_ASSERT_HEX16_WITHIN_MESSAGE(2, 65535, 0, "Custom Message."); in testHEX16sNotWithinDeltaAndCustomMessage()
/third_party/cJSON/tests/unity/src/
H A Dunity.h421 #define TEST_ASSERT_HEX16_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_HEX16_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro
/third_party/unity/src/
H A Dunity.h556 #define TEST_ASSERT_HEX16_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_HEX16_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro

Completed in 15 milliseconds