Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_integers.c1222 TEST_ASSERT_NOT_EQUAL_INT8(v0, v1); in testNotEqualINT8()
1223 TEST_ASSERT_NOT_EQUAL_INT8(*p0, v1); in testNotEqualINT8()
1224 TEST_ASSERT_NOT_EQUAL_INT8(v0, *p1); in testNotEqualINT8()
1225 TEST_ASSERT_NOT_EQUAL_INT8(*p1, *p0); in testNotEqualINT8()
1231 TEST_ASSERT_NOT_EQUAL_INT8(-128, -128); in testNotNotEqualINT8()
/third_party/unity/src/
H A Dunity.h170 #define TEST_ASSERT_NOT_EQUAL_INT8(threshold, actual) UNITY_TEST_ASSERT_NOT_EQUAL_INT8((threshold), (actual), __LINE__, NULL) macro

Completed in 7 milliseconds