| CppUnit project page | FAQ | CppUnit home page |
#include <cppunit/TestAssert.h>#include <cppunit/portability/FloatingPoint.h>Functions | |
| CPPUNIT_NS_BEGIN void | assertDoubleEquals (double expected, double actual, double delta, SourceLine sourceLine, const std::string &message) |
| (Implementation) Asserts that two double are equals given a tolerance. Use CPPUNIT_ASSERT_DOUBLES_EQUAL instead of this function. | |
| CPPUNIT_NS_BEGIN void assertDoubleEquals | ( | double | expected, | |
| double | actual, | |||
| double | delta, | |||
| SourceLine | sourceLine, | |||
| const std::string & | message | |||
| ) |
(Implementation) Asserts that two double are equals given a tolerance. Use CPPUNIT_ASSERT_DOUBLES_EQUAL instead of this function.
CPPUNIT_ASSERT_DOUBLES_EQUAL for detailed semantic of the assertion.
|
|
hosts this site. |
Send comments to: CppUnit Developers |