diff options
author | Gennadiy Civil <misterg@google.com> | 2019-08-02 11:32:14 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-08-02 11:32:15 -0400 |
commit | c8d338c629e598e2afca391602a0ba719541a8dc (patch) | |
tree | 3866beff39a973d6531ca95e0d91e4ea9cbd6b98 /googlemock/README.md | |
parent | 8756ef905878f727e8122ba25f483c887cbc3c17 (diff) | |
parent | 64b17693e3853ffa514a46f9a30f404582c20d37 (diff) | |
download | googletest-c8d338c629e598e2afca391602a0ba719541a8dc.tar.gz googletest-c8d338c629e598e2afca391602a0ba719541a8dc.tar.bz2 googletest-c8d338c629e598e2afca391602a0ba719541a8dc.zip |
Merge pull request #2353 from anttsov:patch-1
PiperOrigin-RevId: 261198930
Diffstat (limited to 'googlemock/README.md')
-rw-r--r-- | googlemock/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/googlemock/README.md b/googlemock/README.md index 55c4b832..183fdb81 100644 --- a/googlemock/README.md +++ b/googlemock/README.md @@ -28,6 +28,13 @@ gMock: - does not use exceptions, and - is easy to learn and use. +Details and examples can be found here: + +* [gMock for Dummies](docs/for_dummies.md) +* [Legacy gMock FAQ](docs/gmock_faq.md) +* [gMock Cookbook](docs/cook_book.md) +* [gMock Cheat Sheet](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. |