Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_arrays.c1316 TEST_ASSERT_HEX32_ARRAY_WITHIN_MESSAGE(1, expected, actualSmallDelta, 3, "Custom Message."); in testHEX32ArrayWithinDeltaAndMessage()
1317 TEST_ASSERT_HEX32_ARRAY_WITHIN_MESSAGE(110, expected, actualBigDelta, 3, "Custom Message."); in testHEX32ArrayWithinDeltaAndMessage()
1336 TEST_ASSERT_HEX32_ARRAY_WITHIN_MESSAGE(1, expected, actualBigDelta, 3, "Custom Message."); in testHEX32ArrayNotWithinDeltaAndMessage()
1356 TEST_ASSERT_HEX32_ARRAY_WITHIN_MESSAGE(110, expected, actualBigDelta, 0, "Custom Message."); in testHEX32ArrayWithinDeltaPointlessAndMessage()
1374 TEST_ASSERT_HEX32_ARRAY_WITHIN_MESSAGE(110, NULL, actualBigDelta, 3, "Custom Message."); in testHEX32ArrayWithinDeltaExpectedNullAndMessage()
1392 TEST_ASSERT_HEX32_ARRAY_WITHIN_MESSAGE(110, expected, NULL, 3, "Custom Message."); in testHEX32ArrayWithinDeltaActualNullAndMessage()
1407 TEST_ASSERT_HEX32_ARRAY_WITHIN_MESSAGE(110, expected, expected, 3, "Custom Message."); in testHEX32ArrayWithinDeltaSamePointerAndMessage()
/third_party/unity/src/
H A Dunity.h576 #define TEST_ASSERT_HEX32_ARRAY_WITHIN_MESSAGE(delta, expected, actual, num_elements, message) UNITY_TEST_ASSERT_HEX32_ARRAY_WITHIN((delta), (expected), (actual), num_elements, __LINE__, (message)) macro

Completed in 8 milliseconds