Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_BIT_LOW (Results 1 - 4 of 4) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_integers.c556 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 Dtestunity.c727 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 Dunity.h149 #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 Dunity.h166 #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