Searched refs:TEST_ASSERT_UINT_WITHIN_MESSAGE (Results 1 - 4 of 4) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_integers.c | 749 TEST_ASSERT_UINT_WITHIN_MESSAGE(1, 5000, 5001, "Custom Message."); in testUIntsWithinDeltaAndCustomMessage() 750 TEST_ASSERT_UINT_WITHIN_MESSAGE(5, 5000, 4996, "Custom Message."); in testUIntsWithinDeltaAndCustomMessage() 751 TEST_ASSERT_UINT_WITHIN_MESSAGE(5, 5000, 5005, "Custom Message."); in testUIntsWithinDeltaAndCustomMessage() 764 TEST_ASSERT_UINT_WITHIN_MESSAGE(1, 2147483647u, 2147483649u, "Custom Message."); in testUIntsNotWithinDeltaAndCustomMessage() 778 TEST_ASSERT_UINT_WITHIN_MESSAGE(5, 1, -1, "Custom Message."); in testUIntsNotWithinDeltaEvenThoughASignedIntWouldPassSmallFirstAndCustomMessage() 792 TEST_ASSERT_UINT_WITHIN_MESSAGE(5, -1, 1, "Custom Message."); in testUIntsNotWithinDeltaEvenThoughASignedIntWouldPassBigFirstAndCustomMessage()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 920 TEST_ASSERT_UINT_WITHIN_MESSAGE(1, 5000, 5001, "Custom Message."); in testUIntsWithinDeltaAndCustomMessage() 921 TEST_ASSERT_UINT_WITHIN_MESSAGE(5, 5000, 4996, "Custom Message."); in testUIntsWithinDeltaAndCustomMessage() 922 TEST_ASSERT_UINT_WITHIN_MESSAGE(5, 5000, 5005, "Custom Message."); in testUIntsWithinDeltaAndCustomMessage() 935 TEST_ASSERT_UINT_WITHIN_MESSAGE(1, 2147483647u, 2147483649u, "Custom Message."); in testUIntsNotWithinDeltaAndCustomMessage() 949 TEST_ASSERT_UINT_WITHIN_MESSAGE(5, 1, -1, "Custom Message."); in testUIntsNotWithinDeltaEvenThoughASignedIntWouldPassSmallFirstAndCustomMessage() 963 TEST_ASSERT_UINT_WITHIN_MESSAGE(5, -1, 1, "Custom Message."); in testUIntsNotWithinDeltaEvenThoughASignedIntWouldPassBigFirstAndCustomMessage()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 414 #define TEST_ASSERT_UINT_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_UINT_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro
|
/third_party/unity/src/ |
H A D | unity.h | 548 #define TEST_ASSERT_UINT_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_UINT_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro
|
Completed in 15 milliseconds