Searched refs:TEST_ASSERT_INT16_ARRAY_WITHIN (Results 1 - 2 of 2) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_arrays.c | 310 TEST_ASSERT_INT16_ARRAY_WITHIN(1, expected, actualSmallDelta, 3); in testInt16ArrayWithinDelta() 311 TEST_ASSERT_INT16_ARRAY_WITHIN(110, expected, actualBigDelta, 3); in testInt16ArrayWithinDelta() 350 TEST_ASSERT_INT16_ARRAY_WITHIN(110, expected, actualBigDelta, 0); in testInt16ArrayWithinDeltaPointless() 369 TEST_ASSERT_INT16_ARRAY_WITHIN(110, NULL, actualBigDelta, 3); in testInt16ArrayWithinDeltaExpectedNull() 387 TEST_ASSERT_INT16_ARRAY_WITHIN(110, expected, NULL, 3); in testInt16ArrayWithinDeltaActualNull() 404 TEST_ASSERT_INT16_ARRAY_WITHIN(110, expected, expected, 3); in testInt16ArrayWithinDeltaSamePointer()
|
/third_party/unity/src/ |
H A D | unity.h | 281 #define TEST_ASSERT_INT16_ARRAY_WITHIN(delta, expected, actual, num_elements) UNITY_TEST_ASSERT_INT16_ARRAY_WITHIN((delta), (expected), (actual), num_elements, __LINE__, NULL) macro
|
Completed in 8 milliseconds