googletest/googlemock/docs
Sam Sobell ee3aa83117 Fix bad advice in cook book (#2308)
This line directly contradicts the warning that google mock spits out on unused mock calls:
```
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
```
One or the other should be changed, and I believe the advice in this file is incorrect.
2019-07-10 10:37:57 -04:00
..
CheatSheet.md Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process 2019-06-19 16:48:38 -04:00
cook_book.md Fix bad advice in cook book (#2308) 2019-07-10 10:37:57 -04:00
DesignDoc.md Update documentation to syntax highlight code 2018-09-03 21:56:23 +03:00
Documentation.md Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process 2019-06-19 16:48:38 -04:00
ForDummies.md Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process 2019-06-19 16:48:38 -04:00
FrequentlyAskedQuestions.md Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process 2019-06-19 16:48:38 -04:00
KnownIssues.md move googlemock files into googlemock/ subdir 2015-08-25 17:47:18 -04:00