Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_NOT_EQUAL_INT (Results 1 - 2 of 2) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_integers.c1199 TEST_ASSERT_NOT_EQUAL_INT(v0, v1); in testNotEqualINT()
1200 TEST_ASSERT_NOT_EQUAL_INT(*p0, v1); in testNotEqualINT()
1201 TEST_ASSERT_NOT_EQUAL_INT(v0, *p1); in testNotEqualINT()
1202 TEST_ASSERT_NOT_EQUAL_INT(*p1, *p0); in testNotEqualINT()
1208 TEST_ASSERT_NOT_EQUAL_INT(302, 302); in testNotNotEqualINT()
/third_party/unity/src/
H A Dunity.h169 #define TEST_ASSERT_NOT_EQUAL_INT(threshold, actual) UNITY_TEST_ASSERT_NOT_EQUAL_INT((threshold), (actual), __LINE__, NULL) macro

Completed in 12 milliseconds