Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_integers.c1291 TEST_ASSERT_NOT_EQUAL_INT32(v0, v1); in testNotEqualINT32()
1292 TEST_ASSERT_NOT_EQUAL_INT32(*p0, v1); in testNotEqualINT32()
1293 TEST_ASSERT_NOT_EQUAL_INT32(v0, *p1); in testNotEqualINT32()
1294 TEST_ASSERT_NOT_EQUAL_INT32(*p1, *p0); in testNotEqualINT32()
1300 TEST_ASSERT_NOT_EQUAL_INT32(-214783648, -214783648); in testNotNotEqualINT32()
/third_party/unity/src/
H A Dunity.h172 #define TEST_ASSERT_NOT_EQUAL_INT32(threshold, actual) UNITY_TEST_ASSERT_NOT_EQUAL_INT32((threshold), (actual), __LINE__, NULL) macro

Completed in 7 milliseconds