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++ Mocking Framework
Regardless of whether I use ASSERT_THAT(...) or EXPECT_THAT(...), my
test is reported as failed when the condition is not met. According to
the documentation, only ASSERT is supposed to produce a fatal failure.
Can anyone explain this behaviour?
Piotr
Dean Sturtevant
unread,
Sep 9, 2010, 10:36:31 AM9/9/10
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 Piotr Gorak, Google C++ Mocking Framework
My understanding is that both ASSERT & EXPECT will cause test failures if the conditions are not met. The difference is that ASSERT stops the test in its tracks, EXPECT allows it to continue. - Dean
Piotr Gorak
unread,
Sep 9, 2010, 10:41:31 AM9/9/10
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