Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_arrays.c1435 TEST_ASSERT_HEX16_ARRAY_WITHIN_MESSAGE(1, expected, actualSmallDelta, 3, "Custom Message."); in testHEX16ArrayWithinDeltaAndMessage()
1436 TEST_ASSERT_HEX16_ARRAY_WITHIN_MESSAGE(110, expected, actualBigDelta, 3, "Custom Message."); in testHEX16ArrayWithinDeltaAndMessage()
1455 TEST_ASSERT_HEX16_ARRAY_WITHIN_MESSAGE(1, expected, actualBigDelta, 3, "Custom Message."); in testHEX16ArrayNotWithinDeltaAndMessage()
1475 TEST_ASSERT_HEX16_ARRAY_WITHIN_MESSAGE(110, expected, actualBigDelta, 0, "Custom Message."); in testHEX16ArrayWithinDeltaPointlessAndMessage()
1493 TEST_ASSERT_HEX16_ARRAY_WITHIN_MESSAGE(110, NULL, actualBigDelta, 3, "Custom Message."); in testHEX16ArrayWithinDeltaExpectedNullAndMessage()
1511 TEST_ASSERT_HEX16_ARRAY_WITHIN_MESSAGE(110, expected, NULL, 3, "Custom Message."); in testHEX16ArrayWithinDeltaActualNullAndMessage()
1526 TEST_ASSERT_HEX16_ARRAY_WITHIN_MESSAGE(110, expected, expected, 3, "Custom Message."); in testHEX16ArrayWithinDeltaSamePointerAndMessage()
/third_party/unity/src/
H A Dunity.h575 #define TEST_ASSERT_HEX16_ARRAY_WITHIN_MESSAGE(delta, expected, actual, num_elements, message) UNITY_TEST_ASSERT_HEX16_ARRAY_WITHIN((delta), (expected), (actual), num_elements, __LINE__, (message)) macro

Completed in 7 milliseconds