]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Update README.md
authoranttsov <anttsov@gmail.com>
Tue, 30 Jul 2019 07:17:22 +0000 (10:17 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2019 07:17:22 +0000 (10:17 +0300)
Links to FAQ, Cheat Sheet, Cookbook, gMock for Dummies

googlemock/README.md

index 55c4b8320e484590bcfea18d1d6f054b4c2fe959..3906d916b7d1e7bd8579e548d17bf5e6eab45939 100644 (file)
@@ -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.