Searched refs:TEST_ASSERT_INT64_ARRAY_WITHIN (Results 1 - 3 of 3) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_integers_64.c | 45 TEST_ASSERT_INT64_ARRAY_WITHIN(1, expected, actualSmallDelta, 3); in testInt64ArrayWithinDelta() 46 TEST_ASSERT_INT64_ARRAY_WITHIN(110, expected, actualBigDelta, 3); in testInt64ArrayWithinDelta() 101 TEST_ASSERT_INT64_ARRAY_WITHIN(110, expected, actualBigDelta, 0); in testInt64ArrayWithinDeltaPointless() 128 TEST_ASSERT_INT64_ARRAY_WITHIN(110, NULL, actualBigDelta, 3); in testInt64ArrayWithinDeltaExpectedNull() 154 TEST_ASSERT_INT64_ARRAY_WITHIN(110, expected, NULL, 3); in testInt64ArrayWithinDeltaActualNull()
|
H A D | test_unity_arrays.c | 45 TEST_ASSERT_INT64_ARRAY_WITHIN(1, expected, actualSmallDelta, 3); in testInt64ArrayWithinDelta() 46 TEST_ASSERT_INT64_ARRAY_WITHIN(110, expected, actualBigDelta, 3); in testInt64ArrayWithinDelta() 101 TEST_ASSERT_INT64_ARRAY_WITHIN(110, expected, actualBigDelta, 0); in testInt64ArrayWithinDeltaPointless() 128 TEST_ASSERT_INT64_ARRAY_WITHIN(110, NULL, actualBigDelta, 3); in testInt64ArrayWithinDeltaExpectedNull() 154 TEST_ASSERT_INT64_ARRAY_WITHIN(110, expected, NULL, 3); in testInt64ArrayWithinDeltaActualNull()
|
/third_party/unity/src/ |
H A D | unity.h | 283 #define TEST_ASSERT_INT64_ARRAY_WITHIN(delta, expected, actual, num_elements) UNITY_TEST_ASSERT_INT64_ARRAY_WITHIN((delta), (expected), (actual), num_elements, __LINE__, NULL) macro
|
Completed in 9 milliseconds