Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_integers.c1126 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 Dtestunity.c1282 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 Dunity.h410 #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 Dunity.h544 #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