Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE (Results 1 – 7 of 7) sorted by relevance

/third_party/unity/test/tests/
Dtest_unity_doubles.c350 TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(-88.3); in testDoubleIsDeterminate2()
360 TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(1.0 / d_zero); in testDoubleIsNotDeterminate1()
361 TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(-1.0 / d_zero); in testDoubleIsNotDeterminate1()
362 TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(0.0 / d_zero); in testDoubleIsNotDeterminate1()
Dtestunity.c7690 TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(-88.3); in testDoubleIsDeterminate2()
7700 TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(1.0 / d_zero); in testDoubleIsNotDeterminate1()
7701 TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(-1.0 / d_zero); in testDoubleIsNotDeterminate1()
7702 TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(0.0 / d_zero); in testDoubleIsNotDeterminate1()
/third_party/cJSON/tests/unity/test/tests/
Dtestunity.c4899 TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(-88.3); in testDoubleIsDeterminate2()
4909 TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(1.0 / d_zero); in testDoubleIsNotDeterminate1()
4910 TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(-1.0 / d_zero); in testDoubleIsNotDeterminate1()
4911 TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(0.0 / d_zero); in testDoubleIsNotDeterminate1()
/third_party/cJSON/tests/unity/src/
Dunity.h305 #define TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(actual) … macro
/third_party/cJSON/tests/unity/docs/
DUnityAssertionsReference.md654 ##### `TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE (actual)`
/third_party/unity/docs/
DUnityAssertionsReference.md715 ##### `TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE (actual)`
/third_party/unity/src/
Dunity.h364 #define TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(actual) … macro