Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_NOT_EQUAL (Results 1 - 7 of 7) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_integers.c446 TEST_ASSERT_NOT_EQUAL(0, 1); in testNotEqual()
447 TEST_ASSERT_NOT_EQUAL(1, 0); in testNotEqual()
448 TEST_ASSERT_NOT_EQUAL(100, 101); in testNotEqual()
449 TEST_ASSERT_NOT_EQUAL(0, -1); in testNotEqual()
450 TEST_ASSERT_NOT_EQUAL(65535, -65535); in testNotEqual()
451 TEST_ASSERT_NOT_EQUAL(75, 900); in testNotEqual()
452 TEST_ASSERT_NOT_EQUAL(-100, -101); in testNotEqual()
H A Dtest_unity_core.c185 TEST_ASSERT_NOT_EQUAL(10, 10); in testNotNotEqual()
/third_party/unity/extras/memory/test/
H A Dunity_memory_Test.c320 TEST_ASSERT_NOT_EQUAL(n2, n1); /* If n1 != n2 then realloc did not free n1 */ in test_ReallocFailDoesNotFreeMem()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c188 TEST_ASSERT_NOT_EQUAL(10, 10); in testNotNotEqual()
617 TEST_ASSERT_NOT_EQUAL(0, 1); in testNotEqual()
618 TEST_ASSERT_NOT_EQUAL(1, 0); in testNotEqual()
619 TEST_ASSERT_NOT_EQUAL(100, 101); in testNotEqual()
620 TEST_ASSERT_NOT_EQUAL(0, -1); in testNotEqual()
621 TEST_ASSERT_NOT_EQUAL(65535, -65535); in testNotEqual()
622 TEST_ASSERT_NOT_EQUAL(75, 900); in testNotEqual()
623 TEST_ASSERT_NOT_EQUAL(-100, -101); in testNotEqual()
/third_party/unity/src/
H A Dunity.h393 #define TEST_ASSERT_NOT_EQUAL(expected, actual) UNITY_TEST_ASSERT(((expected) != (actual)), __LINE__, " Expected Not-Equal") macro
397 #define TEST_ASSERT_NOT_EQUAL(expected, actual) UNITY_TEST_FAIL(__LINE__, UnityStrErrShorthand) macro
401 #define TEST_ASSERT_NOT_EQUAL(expected, actual) UNITY_TEST_FAIL(__LINE__, UnityStrErrShorthand) macro
405 #define TEST_ASSERT_NOT_EQUAL(expected, actual) UNITY_TEST_ASSERT(((expected) != (actual)), __LINE__, " Expected Not-Equal") macro
409 #define TEST_ASSERT_NOT_EQUAL(expected, actual) UNITY_TEST_FAIL(__LINE__, UnityStrErrShorthand) macro
/third_party/cJSON/tests/unity/extras/fixture/test/
H A Dunity_fixture_Test.c540 TEST_ASSERT_NOT_EQUAL(n2, n1); /* If n1 != n2 then realloc did not free n1 */ in TEST()
/third_party/cJSON/tests/unity/src/
H A Dunity.h134 #define TEST_ASSERT_NOT_EQUAL(expected, actual) UNITY_TEST_ASSERT(((expected) != (actual)), __LINE__, " Expected Not-Equal") macro

Completed in 16 milliseconds