Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_doubles.c243 TEST_ASSERT_GREATER_THAN_DOUBLE(1.0, 2.0); in testDoublesGreaterThan()
244 TEST_ASSERT_GREATER_THAN_DOUBLE(-1.0, 1.0); in testDoublesGreaterThan()
245 TEST_ASSERT_GREATER_THAN_DOUBLE(-2.0, -1.0); in testDoublesGreaterThan()
254 TEST_ASSERT_GREATER_THAN_DOUBLE(1.0, 1.0 / d_zero); in testDoublesGreaterThanInf()
255 TEST_ASSERT_GREATER_THAN_DOUBLE(-1.0 / d_zero, 1.0 / d_zero); in testDoublesGreaterThanInf()
256 TEST_ASSERT_GREATER_THAN_DOUBLE(-1.0 / d_zero, 1.0); in testDoublesGreaterThanInf()
266 TEST_ASSERT_GREATER_THAN_DOUBLE(2.0, 1.0); in testDoublesNotGreaterThan()
277 TEST_ASSERT_GREATER_THAN_DOUBLE(1.0, 0.0 / d_zero); in testDoublesNotGreaterThanNanActual()
288 TEST_ASSERT_GREATER_THAN_DOUBLE(0.0 / d_zero, 1.0); in testDoublesNotGreaterThanNanThreshold()
299 TEST_ASSERT_GREATER_THAN_DOUBLE(0. in testDoublesNotGreaterThanNanBoth()
[all...]
/third_party/unity/src/
H A Dunity.h377 #define TEST_ASSERT_GREATER_THAN_DOUBLE(threshold, actual) UNITY_TEST_ASSERT_GREATER_THAN_DOUBLE((threshold), (actual), __LINE__, NULL) macro

Completed in 4 milliseconds