Searched refs:TEST_ASSERT_INT16_WITHIN_MESSAGE (Results 1 - 4 of 4) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_integers.c | 1090 TEST_ASSERT_INT16_WITHIN_MESSAGE(1, 5000, 5001, "Custom Message."); in testINT16sWithinDeltaAndCustomMessage() 1100 TEST_ASSERT_INT16_WITHIN_MESSAGE(5, 0x54321, 0x44321, "Custom Message."); in testINT16sWithinDeltaWhenThereAreDifferenceOutsideOf16BitsAndCustomMessage() 1113 TEST_ASSERT_INT16_WITHIN_MESSAGE(2, 3, 0, "Custom Message."); in testINT16sNotWithinDeltaAndCustomMessage()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 1246 TEST_ASSERT_INT16_WITHIN_MESSAGE(1, 5000, 5001, "Custom Message."); in testINT16sWithinDeltaAndCustomMessage() 1256 TEST_ASSERT_INT16_WITHIN_MESSAGE(5, 0x54321, 0x44321, "Custom Message."); in testINT16sWithinDeltaWhenThereAreDifferenceOutsideOf16BitsAndCustomMessage() 1269 TEST_ASSERT_INT16_WITHIN_MESSAGE(2, 3, 0, "Custom Message."); in testINT16sNotWithinDeltaAndCustomMessage()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 411 #define TEST_ASSERT_INT16_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_INT16_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro
|
/third_party/unity/src/ |
H A D | unity.h | 545 #define TEST_ASSERT_INT16_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_INT16_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro
|
Completed in 16 milliseconds