Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_INT64_ARRAY_WITHIN (Results 1 - 3 of 3) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_integers_64.c45 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 Dtest_unity_arrays.c45 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 Dunity.h283 #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