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

/haiku/headers/tools/cppunit/cppunit/
H A DTestAssert.h208 #define CPPUNIT_ASSERT_DOUBLES_EQUAL(expected,actual,delta) \ macro
221 #define assertDoublesEqual(e,a,d) CPPUNIT_ASSERT_DOUBLES_EQUAL(e,a,d)
/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp18 #define ASSERT_DEQUAL(x,y) CPPUNIT_ASSERT_DOUBLES_EQUAL((x),(y),0.01)

Completed in 46 milliseconds