Searched refs:TEST_ASSERT_INT_WITHIN_MESSAGE (Results 1 - 4 of 4) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_integers.c | 716 TEST_ASSERT_INT_WITHIN_MESSAGE(1, 5000, 5001, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 717 TEST_ASSERT_INT_WITHIN_MESSAGE(5, 5000, 4996, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 718 TEST_ASSERT_INT_WITHIN_MESSAGE(5, 5000, 5005, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 719 TEST_ASSERT_INT_WITHIN_MESSAGE(500, 50, -440, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 721 TEST_ASSERT_INT_WITHIN_MESSAGE(2, -1, -1, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 722 TEST_ASSERT_INT_WITHIN_MESSAGE(5, 1, -1, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 723 TEST_ASSERT_INT_WITHIN_MESSAGE(5, -1, 1, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 736 TEST_ASSERT_INT_WITHIN_MESSAGE(5, 5000, 5006, "Custom Message."); in testIntsNotWithinDeltaAndCustomMessage()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 887 TEST_ASSERT_INT_WITHIN_MESSAGE(1, 5000, 5001, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 888 TEST_ASSERT_INT_WITHIN_MESSAGE(5, 5000, 4996, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 889 TEST_ASSERT_INT_WITHIN_MESSAGE(5, 5000, 5005, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 890 TEST_ASSERT_INT_WITHIN_MESSAGE(500, 50, -440, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 892 TEST_ASSERT_INT_WITHIN_MESSAGE(2, -1, -1, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 893 TEST_ASSERT_INT_WITHIN_MESSAGE(5, 1, -1, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 894 TEST_ASSERT_INT_WITHIN_MESSAGE(5, -1, 1, "Custom Message."); in testIntsWithinDeltaAndCustomMessage() 907 TEST_ASSERT_INT_WITHIN_MESSAGE(5, 5000, 5006, "Custom Message."); in testIntsNotWithinDeltaAndCustomMessage()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 409 #define TEST_ASSERT_INT_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_INT_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro
|
/third_party/unity/src/ |
H A D | unity.h | 543 #define TEST_ASSERT_INT_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_INT_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro
|
Completed in 15 milliseconds