Searched refs:TEST_ASSERT_BIT_LOW_MESSAGE (Results 1 - 2 of 2) sorted by relevance
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 341 #define TEST_ASSERT_BIT_LOW_MESSAGE(bit, actual, message) UNITY_TEST_ASSERT_BITS(((UNITY_UINT32)1 << (bit)), (UNITY_UINT32)(0), (actual), __LINE__, (message)) macro
|
/third_party/unity/src/ |
H A D | unity.h | 447 #define TEST_ASSERT_BIT_LOW_MESSAGE(bit, actual, message) UNITY_TEST_ASSERT_BITS(((UNITY_UINT32)1 << (bit)), (UNITY_UINT32)(0), (actual), __LINE__, (message)) macro
|
Completed in 8 milliseconds