You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google C++ Testing Framework
Hi,
Like the "CPPUNIT_ASSERT_DOUBLES_EQUAL(expected,actual,delta) " of
CppUnit, maybe we could add similar ASSERT to make it easier to
compare two floating-point values.
Markus Heule
unread,
Aug 29, 2008, 8:05:44 AM8/29/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jason, Google C++ Testing Framework
Hi Jason
This is already supported by Google Test. Please take a look at ASSERT_NEAR or ASSERT_DOUBLE_EQ.