From 579591a351da83aad799ff86b1e9027d08535339 Mon Sep 17 00:00:00 2001 From: anttsov Date: Tue, 30 Jul 2019 10:17:22 +0300 Subject: Update README.md Links to FAQ, Cheat Sheet, Cookbook, gMock for Dummies --- googlemock/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'googlemock/README.md') diff --git a/googlemock/README.md b/googlemock/README.md index 55c4b832..3906d916 100644 --- a/googlemock/README.md +++ b/googlemock/README.md @@ -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. -- cgit v1.2.3