code-mx / googlemock

Automatically exported from code.google.com/p/googlemock
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

gmock_doctor should diagnose non-public MOCK_METHOD* #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As the title says.  Sometimes people need to mock private or protected
methods, and it's easy for them to make the mistake of making the mock
methods private/protected.  gmock_doctor should tell people how to fix such
errors.

Original issue reported on code.google.com by zhanyong...@gmail.com on 14 Aug 2009 at 2:41

GoogleCodeExporter commented 9 years ago

Original comment by w...@google.com on 27 Sep 2010 at 9:29