Searched refs:UnityAssertFloatsNotWithin (Results 1 - 2 of 2) sorted by relevance
/third_party/unity/src/ |
H A D | unity_internals.h | 682 void UnityAssertFloatsNotWithin(const UNITY_FLOAT delta, 1106 #define UNITY_TEST_ASSERT_FLOAT_NOT_WITHIN(delta, expected, actual, line, message) UnityAssertFloatsNotWithin((UNITY_FLOAT)(delta), (UNITY_FLOAT)(expected), (UNITY_FLOAT)(actual), (message), (UNITY_LINE_TYPE)(line))
|
H A D | unity.c | 1031 void UnityAssertFloatsNotWithin(const UNITY_FLOAT delta, in UnityAssertFloatsNotWithin() function
|
Completed in 6 milliseconds