Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_arrays.c1545 TEST_ASSERT_HEX8_ARRAY_WITHIN_MESSAGE(1, expected, actualSmallDelta, 3, "Custom Message."); in testHEX8ArrayWithinDeltaAndMessage()
1546 TEST_ASSERT_HEX8_ARRAY_WITHIN_MESSAGE(60, expected, actualBigDelta, 3, "Custom Message."); in testHEX8ArrayWithinDeltaAndMessage()
1573 TEST_ASSERT_HEX8_ARRAY_WITHIN_MESSAGE(1, expected, actualBigDelta, 3, "Custom Message."); in testHEX8ArrayNotWithinDeltaAndMessage()
1593 TEST_ASSERT_HEX8_ARRAY_WITHIN_MESSAGE(60, expected, actualBigDelta, 0, "Custom Message."); in testHEX8ArrayWithinDeltaPointlessAndMessage()
1611 TEST_ASSERT_HEX8_ARRAY_WITHIN_MESSAGE(60, NULL, actualBigDelta, 3, "Custom Message."); in testHEX8ArrayWithinDeltaExpectedNullAndMessage()
1629 TEST_ASSERT_HEX8_ARRAY_WITHIN_MESSAGE(60, expected, NULL, 3, "Custom Message."); in testHEX8ArrayWithinDeltaActualNullAndMessage()
1644 TEST_ASSERT_HEX8_ARRAY_WITHIN_MESSAGE(60, expected, expected, 3, "Custom Message."); in testHEX8ArrayWithinDeltaSamePointerAndMessage()
/third_party/unity/src/
H A Dunity.h574 #define TEST_ASSERT_HEX8_ARRAY_WITHIN_MESSAGE(delta, expected, actual, num_elements, message) UNITY_TEST_ASSERT_HEX8_ARRAY_WITHIN((delta), (expected), (actual), num_elements, __LINE__, (message)) macro

Completed in 8 milliseconds