Merge pull request #3008 from hyukmyeong:update_tutorial

PiperOrigin-RevId: 340286884
This commit is contained in:
Andy Getz
2020-11-02 22:26:39 -05:00
3 changed files with 80 additions and 62 deletions

View File

@@ -35,10 +35,10 @@ Details and examples can be found here:
* [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.
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 GoogleMock's license.
Google Mock is a part of
[Google Test C++ testing framework](http://github.com/google/googletest/) and a
GoogleMock is a part of
[GoogleTest C++ testing framework](http://github.com/google/googletest/) and a
subject to the same requirements.