Searched refs:TEST_ASSERT_BIT_LOW (Results 1 - 4 of 4) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_integers.c | 556 TEST_ASSERT_BIT_LOW(5, v0); in testEqualBits() 573 TEST_ASSERT_BIT_LOW(30, v0); in testNotEqualBitLow()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 727 TEST_ASSERT_BIT_LOW(5, v0); in testEqualBits() 744 TEST_ASSERT_BIT_LOW(30, v0); in testNotEqualBitLow()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 149 #define TEST_ASSERT_BIT_LOW(bit, actual) UNITY_TEST_ASSERT_BITS(((UNITY_UINT32)1 << (bit)), (UNITY_UINT32)(0), (actual), __LINE__, NULL) macro
|
/third_party/unity/src/ |
H A D | unity.h | 166 #define TEST_ASSERT_BIT_LOW(bit, actual) UNITY_TEST_ASSERT_BITS(((UNITY_UINT)1 << (bit)), (UNITY_UINT)(0), (actual), __LINE__, NULL) macro
|
Completed in 15 milliseconds