Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_integers.c1058 TEST_ASSERT_INT32_WITHIN_MESSAGE(1, 5000, 5001, "Custom Message."); in testINT32sWithinDeltaAndCustomMessage()
1077 TEST_ASSERT_INT32_WITHIN_MESSAGE(1, -2, 1, "Custom Message."); in testINT32sNotWithinDeltaAndCustomMessage()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c1214 TEST_ASSERT_INT32_WITHIN_MESSAGE(1, 5000, 5001, "Custom Message."); in testINT32sWithinDeltaAndCustomMessage()
1233 TEST_ASSERT_INT32_WITHIN_MESSAGE(1, -2, 1, "Custom Message."); in testINT32sNotWithinDeltaAndCustomMessage()
/third_party/cJSON/tests/unity/src/
H A Dunity.h412 #define TEST_ASSERT_INT32_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_INT32_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro
/third_party/unity/src/
H A Dunity.h546 #define TEST_ASSERT_INT32_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_INT32_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro

Completed in 19 milliseconds