Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_DOUBLE_IS_DETERMINATE (Results 1 - 4 of 4) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_doubles.c808 TEST_ASSERT_DOUBLE_IS_DETERMINATE(0.0); in testDoubleIsDeterminate1()
809 TEST_ASSERT_DOUBLE_IS_DETERMINATE(123.3); in testDoubleIsDeterminate1()
810 TEST_ASSERT_DOUBLE_IS_DETERMINATE(-88.3); in testDoubleIsDeterminate1()
842 TEST_ASSERT_DOUBLE_IS_DETERMINATE(-1.0 / d_zero); in testDoubleIsNotDeterminate2()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c4887 TEST_ASSERT_DOUBLE_IS_DETERMINATE(0.0); in testDoubleIsDeterminate1()
4888 TEST_ASSERT_DOUBLE_IS_DETERMINATE(123.3); in testDoubleIsDeterminate1()
4889 TEST_ASSERT_DOUBLE_IS_DETERMINATE(-88.3); in testDoubleIsDeterminate1()
4921 TEST_ASSERT_DOUBLE_IS_DETERMINATE(-1.0 / d_zero); in testDoubleIsNotDeterminate2()
/third_party/cJSON/tests/unity/src/
H A Dunity.h301 #define TEST_ASSERT_DOUBLE_IS_DETERMINATE(actual) UNITY_TEST_ASSERT_DOUBLE_IS_DETERMINATE((actual), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h384 #define TEST_ASSERT_DOUBLE_IS_DETERMINATE(actual) UNITY_TEST_ASSERT_DOUBLE_IS_DETERMINATE((actual), __LINE__, NULL) macro

Completed in 13 milliseconds