Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_CHAR_WITHIN_MESSAGE (Results 1 - 2 of 2) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_integers.c1162 TEST_ASSERT_CHAR_WITHIN_MESSAGE(5, 1, 4, "Custom Message."); in testCHARsWithinDeltaAndCustomMessage()
1172 TEST_ASSERT_CHAR_WITHIN_MESSAGE(5, 0x123, 0xF23, "Custom Message."); in testCHARsWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage()
1185 TEST_ASSERT_CHAR_WITHIN_MESSAGE(2, -4, 0, "Custom Message."); in testCHARsNotWithinDeltaAndCustomMessage()
/third_party/unity/src/
H A Dunity.h559 #define TEST_ASSERT_CHAR_WITHIN_MESSAGE(delta, expected, actual, message) UNITY_TEST_ASSERT_CHAR_WITHIN((delta), (expected), (actual), __LINE__, (message)) macro

Completed in 6 milliseconds