Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_integers.c810 TEST_ASSERT_HEX32_WITHIN_MESSAGE(1, 5000, 5001, "Custom Message."); in testHEX32sWithinDeltaAndCustomMessage()
811 TEST_ASSERT_HEX32_WITHIN_MESSAGE(5, 5000, 4996, "Custom Message."); in testHEX32sWithinDeltaAndCustomMessage()
812 TEST_ASSERT_HEX32_WITHIN_MESSAGE(5, 5000, 5005, "Custom Message."); in testHEX32sWithinDeltaAndCustomMessage()
825 TEST_ASSERT_HEX32_WITHIN_MESSAGE(1, 2147483647u, 2147483649u, "Custom Message."); in testHEX32sNotWithinDeltaAndCustomMessage()
839 TEST_ASSERT_HEX32_WITHIN_MESSAGE(5, 1, -1, "Custom Message."); in testHEX32sNotWithinDeltaEvenThoughASignedIntWouldPassAndCustomMessage()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c976 TEST_ASSERT_HEX32_WITHIN_MESSAGE(1, 5000, 5001, "Custom Message."); in testHEX32sWithinDeltaAndCustomMessage()
977 TEST_ASSERT_HEX32_WITHIN_MESSAGE(5, 5000, 4996, "Custom Message."); in testHEX32sWithinDeltaAndCustomMessage()
978 TEST_ASSERT_HEX32_WITHIN_MESSAGE(5, 5000, 5005, "Custom Message."); in testHEX32sWithinDeltaAndCustomMessage()
991 TEST_ASSERT_HEX32_WITHIN_MESSAGE(1, 2147483647u, 2147483649u, "Custom Message."); in testHEX32sNotWithinDeltaAndCustomMessage()
1005 TEST_ASSERT_HEX32_WITHIN_MESSAGE(5, 1, -1, "Custom Message."); in testHEX32sNotWithinDeltaEvenThoughASignedIntWouldPassAndCustomMessage()
/third_party/cJSON/tests/unity/src/
H A Dunity.h422 #define TEST_ASSERT_HEX32_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_HEX32_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro
/third_party/unity/src/
H A Dunity.h557 #define TEST_ASSERT_HEX32_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_HEX32_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro

Completed in 15 milliseconds