Searched refs:TEST_ASSERT_NE (Results 1 – 2 of 2) sorted by relevance
41 #define TEST_ASSERT_NE(a, b) { if ((a) == (b)) { \ macro148 TEST_ASSERT_NE(f, NULL); in TestUSpoofCAPI()158 TEST_ASSERT_NE(f, NULL); in TestUSpoofCAPI()205 TEST_ASSERT_NE(NULL, sc2); in TestUSpoofCAPI()260 TEST_ASSERT_NE(us, uspoof_getAllowedChars(sc, &status)); in TestUSpoofCAPI()277 TEST_ASSERT_NE(clone1, sc); in TestUSpoofCAPI()281 TEST_ASSERT_NE(clone2, clone1); in TestUSpoofCAPI()
34 #define TEST_ASSERT_NE(a, b) { if ((a) == (b)) { \ macro