Searched refs:TEST_ASSERT_BIT_HIGH (Results 1 - 4 of 4) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_integers.c | 555 TEST_ASSERT_BIT_HIGH(30, v0); in testEqualBits() 564 TEST_ASSERT_BIT_HIGH(31, v0); in testNotEqualBitHigh()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 726 TEST_ASSERT_BIT_HIGH(30, v0); in testEqualBits() 735 TEST_ASSERT_BIT_HIGH(31, v0); in testNotEqualBitHigh()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 148 #define TEST_ASSERT_BIT_HIGH(bit, actual) UNITY_TEST_ASSERT_BITS(((UNITY_UINT32)1 << (bit)), (UNITY_UINT32)(-1), (actual), __LINE__, NULL) macro
|
/third_party/unity/src/ |
H A D | unity.h | 165 #define TEST_ASSERT_BIT_HIGH(bit, actual) UNITY_TEST_ASSERT_BITS(((UNITY_UINT)1 << (bit)), (UNITY_UINT)(-1), (actual), __LINE__, NULL) macro
|
Completed in 15 milliseconds