Searched refs:TEST_ASSERT_NE (Results 1 – 2 of 2) sorted by relevance
44 #define TEST_ASSERT_NE(a, b) { if ((a) == (b)) { \ macro132 TEST_ASSERT_NE(f, NULL); in TestOpenFromSource()142 TEST_ASSERT_NE(f, NULL); in TestOpenFromSource()215 TEST_ASSERT_NE(NULL, sc2); in TestUSpoofCAPI()270 TEST_ASSERT_NE(us, uspoof_getAllowedChars(sc, &status)); in TestUSpoofCAPI()287 TEST_ASSERT_NE(clone1, sc); in TestUSpoofCAPI()291 TEST_ASSERT_NE(clone2, clone1); in TestUSpoofCAPI()
45 #define TEST_ASSERT_NE(a, b) { if ((a) == (b)) { \ macro