Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_integers.c1268 TEST_ASSERT_NOT_EQUAL_INT16(v0, v1); in testNotEqualINT16()
1269 TEST_ASSERT_NOT_EQUAL_INT16(*p0, v1); in testNotEqualINT16()
1270 TEST_ASSERT_NOT_EQUAL_INT16(v0, *p1); in testNotEqualINT16()
1271 TEST_ASSERT_NOT_EQUAL_INT16(*p1, *p0); in testNotEqualINT16()
1277 TEST_ASSERT_NOT_EQUAL_INT16(-32768, -32768); in testNotNotEqualINT16()
/third_party/unity/src/
H A Dunity.h171 #define TEST_ASSERT_NOT_EQUAL_INT16(threshold, actual) UNITY_TEST_ASSERT_NOT_EQUAL_INT16((threshold), (actual), __LINE__, NULL) macro

Completed in 8 milliseconds