Skip to content
Snippets Groups Projects
Unverified Commit 579591a3 authored by anttsov's avatar anttsov Committed by GitHub
Browse files

Update README.md

Links to FAQ, Cheat Sheet, Cookbook, gMock for Dummies
parent c205468b
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,15 @@ gMock:
- does not use exceptions, and
- is easy to learn and use.
Details and examples can be found here:
* [gMock for Dummies](https://github.com/google/googletest/blob/master/googlemock/docs/for_dummies.md)
* [Legacy gMock FAQ](https://github.com/google/googletest/blob/master/googlemock/docs/gmock_faq.md)
* [gMock Cookbook](https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md)
* [gMock Cheat Sheet](https://github.com/google/googletest/blob/master/googlemock/docs/cheat_sheet.md)
Please note that code under scripts/generator/ is from the [cppclean
project](http://code.google.com/p/cppclean/) and under the Apache
License, which is different from Google Mock's license.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment