Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_GREATER_OR_EQUAL_CHAR (Results 1 – 3 of 3) sorted by relevance

/third_party/unity/test/tests/
Dtest_unity_integers.c1850 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(v0, v1); in testGreaterOrEqualCHAR()
1851 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(*p0, v1); in testGreaterOrEqualCHAR()
1852 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(v0, *p1); in testGreaterOrEqualCHAR()
1853 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(*p0, *p1); in testGreaterOrEqualCHAR()
1854 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(v0, v2); in testGreaterOrEqualCHAR()
1855 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(*p0, v2); in testGreaterOrEqualCHAR()
1856 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(v0, *p2); in testGreaterOrEqualCHAR()
1857 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(*p0, *p2); in testGreaterOrEqualCHAR()
1863 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(127, -128); in testNotGreaterOrEqualCHAR()
Dtestunity.c3396 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(v0, v1); in testGreaterOrEqualCHAR()
3397 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(*p0, v1); in testGreaterOrEqualCHAR()
3398 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(v0, *p1); in testGreaterOrEqualCHAR()
3399 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(*p0, *p1); in testGreaterOrEqualCHAR()
3400 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(v0, v2); in testGreaterOrEqualCHAR()
3401 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(*p0, v2); in testGreaterOrEqualCHAR()
3402 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(v0, *p2); in testGreaterOrEqualCHAR()
3403 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(*p0, *p2); in testGreaterOrEqualCHAR()
3409 TEST_ASSERT_GREATER_OR_EQUAL_CHAR(127, -128); in testNotGreaterOrEqualCHAR()
/third_party/unity/src/
Dunity.h229 #define TEST_ASSERT_GREATER_OR_EQUAL_CHAR(threshold, actual) … macro