brubelsabs
unread,May 12, 2011, 5:13:23 AM5/12/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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 list,
If I want to check that two doubles are nearly the same, I am used to
have a TS_ASSERT_DELTA macro, does GTest provide something similar? If
not how to add it?
EXPECT_EQ_DELTA( 1.001, 1.002, 0.001 )
Thanks for your reply