Searched refs:TEST_ASSERT_INT8_WITHIN_MESSAGE (Results 1 - 4 of 4) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_integers.c | 1126 TEST_ASSERT_INT8_WITHIN_MESSAGE(5, 1, 4, "Custom Message."); in testINT8sWithinDeltaAndCustomMessage() 1136 TEST_ASSERT_INT8_WITHIN_MESSAGE(5, 0x123, 0xF23, "Custom Message."); in testINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage() 1149 TEST_ASSERT_INT8_WITHIN_MESSAGE(2, -4, 0, "Custom Message."); in testINT8sNotWithinDeltaAndCustomMessage()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 1282 TEST_ASSERT_INT8_WITHIN_MESSAGE(5, 1, 4, "Custom Message."); in testINT8sWithinDeltaAndCustomMessage() 1292 TEST_ASSERT_INT8_WITHIN_MESSAGE(5, 0x123, 0xF23, "Custom Message."); in testINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage() 1305 TEST_ASSERT_INT8_WITHIN_MESSAGE(2, -4, 0, "Custom Message."); in testINT8sNotWithinDeltaAndCustomMessage()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 410 #define TEST_ASSERT_INT8_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_INT8_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro
|
/third_party/unity/src/ |
H A D | unity.h | 544 #define TEST_ASSERT_INT8_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_INT8_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro
|
Completed in 15 milliseconds