Searched refs:TEST_ASSERT_GREATER_OR_EQUAL (Results 1 - 3 of 3) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_integers.c | 1778 TEST_ASSERT_GREATER_OR_EQUAL(v0, v1); in testGreaterOrEqual() 1779 TEST_ASSERT_GREATER_OR_EQUAL(*p0, v1); in testGreaterOrEqual() 1780 TEST_ASSERT_GREATER_OR_EQUAL(v0, *p1); in testGreaterOrEqual() 1781 TEST_ASSERT_GREATER_OR_EQUAL(*p0, *p1); in testGreaterOrEqual() 1782 TEST_ASSERT_GREATER_OR_EQUAL(v0, v2); in testGreaterOrEqual() 1783 TEST_ASSERT_GREATER_OR_EQUAL(*p0, v2); in testGreaterOrEqual() 1784 TEST_ASSERT_GREATER_OR_EQUAL(v0, *p2); in testGreaterOrEqual() 1785 TEST_ASSERT_GREATER_OR_EQUAL(*p0, *p2); in testGreaterOrEqual() 1791 TEST_ASSERT_GREATER_OR_EQUAL(0, -1); in testNotGreaterOrEqual()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 184 #define TEST_ASSERT_GREATER_OR_EQUAL(threshold, actual) UNITY_TEST_ASSERT_GREATER_OR_EQUAL_INT((threshold), (actual), __LINE__, NULL) macro
|
/third_party/unity/src/ |
H A D | unity.h | 223 #define TEST_ASSERT_GREATER_OR_EQUAL(threshold, actual) UNITY_TEST_ASSERT_GREATER_OR_EQUAL_INT((threshold), (actual), __LINE__, NULL) macro
|
Completed in 13 milliseconds