diff options
author | anttsov <anttsov@gmail.com> | 2019-07-30 07:17:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 07:17:22 (GMT) |
commit | 579591a351da83aad799ff86b1e9027d08535339 (patch) | |
tree | 8f8b67360c265405efd85a3c2bd02947e871a3e4 | |
parent | c205468b65a5b6f3239c4e68af860f6c82895f9d (diff) | |
download | googletest-579591a351da83aad799ff86b1e9027d08535339.zip googletest-579591a351da83aad799ff86b1e9027d08535339.tar.gz googletest-579591a351da83aad799ff86b1e9027d08535339.tar.bz2 |
Update README.md
Links to FAQ, Cheat Sheet, Cookbook, gMock for Dummies
-rw-r--r-- | googlemock/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/googlemock/README.md b/googlemock/README.md index 55c4b83..3906d91 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. |