Searched refs:TEST_ASSERT_GREATER_OR_EQUAL_FLOAT (Results 1 - 2 of 2) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_floats.c | 352 TEST_ASSERT_GREATER_OR_EQUAL_FLOAT(1.0f, 2.0f); in testFloatsGreaterOrEqual() 353 TEST_ASSERT_GREATER_OR_EQUAL_FLOAT(2.0f, 2.0f); in testFloatsGreaterOrEqual() 354 TEST_ASSERT_GREATER_OR_EQUAL_FLOAT(-1.0f, 1.0f); in testFloatsGreaterOrEqual() 355 TEST_ASSERT_GREATER_OR_EQUAL_FLOAT(-2.0f, -1.0f); in testFloatsGreaterOrEqual() 356 TEST_ASSERT_GREATER_OR_EQUAL_FLOAT(-2.0f, -2.0f); in testFloatsGreaterOrEqual() 365 TEST_ASSERT_GREATER_OR_EQUAL_FLOAT(1.0f, 1.0f / f_zero); in testFloatsGreaterOrEqualInf() 366 TEST_ASSERT_GREATER_OR_EQUAL_FLOAT(-1.0f / f_zero, 1.0f / f_zero); in testFloatsGreaterOrEqualInf() 367 TEST_ASSERT_GREATER_OR_EQUAL_FLOAT(-1.0f / f_zero, 1.0f); in testFloatsGreaterOrEqualInf() 377 TEST_ASSERT_GREATER_OR_EQUAL_FLOAT(2.0f, 1.0f); in testFloatsNotGreaterOrEqual() 388 TEST_ASSERT_GREATER_OR_EQUAL_FLOAT(1. in testFloatsNotGreaterOrEqualNanActual() [all...] |
/third_party/unity/src/ |
H A D | unity.h | 357 #define TEST_ASSERT_GREATER_OR_EQUAL_FLOAT(threshold, actual) UNITY_TEST_ASSERT_GREATER_OR_EQUAL_FLOAT((threshold), (actual), __LINE__, NULL) macro
|
Completed in 5 milliseconds