Groups
Groups
Sign in
Groups
Groups
Google C++ Mocking Framework
Conversations
About
Send feedback
Help
GMOCK WARNING: Uninteresting mock function call
2,599 views
Skip to first unread message
Corona4456
unread,
Jan 6, 2011, 4:22:31 PM
1/6/11
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 Google C++ Mocking Framework
I posted a question about this in gmock-user group but I'm not sure
where the official place is so I'll just post the question here as
well:
Is there a way to disable the warning message during static
initialization? Not a big deal, just wondering.
R. Samuel Klatchko
unread,
Jan 6, 2011, 4:36:05 PM
1/6/11
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 Corona4456, Google C++ Mocking Framework
Wrap your mock object as a NiceMock:
NiceMock<MockType> foo;
--
R Samuel Klatchko
Reply all
Reply to author
Forward
0 new messages