README.md (googletest-release-1.11.0) | : | README.md (googletest-release-1.12.0) | ||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
- Does not use exceptions. | - Does not use exceptions. | |||
- Is easy to learn and use. | - Is easy to learn and use. | |||
Details and examples can be found here: | Details and examples can be found here: | |||
* [gMock for Dummies](https://google.github.io/googletest/gmock_for_dummies.ht ml) | * [gMock for Dummies](https://google.github.io/googletest/gmock_for_dummies.ht ml) | |||
* [Legacy gMock FAQ](https://google.github.io/googletest/gmock_faq.html) | * [Legacy gMock FAQ](https://google.github.io/googletest/gmock_faq.html) | |||
* [gMock Cookbook](https://google.github.io/googletest/gmock_cook_book.html) | * [gMock Cookbook](https://google.github.io/googletest/gmock_cook_book.html) | |||
* [gMock Cheat Sheet](https://google.github.io/googletest/gmock_cheat_sheet.ht ml) | * [gMock Cheat Sheet](https://google.github.io/googletest/gmock_cheat_sheet.ht ml) | |||
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. | ||||
GoogleMock is a part of | GoogleMock is a part of | |||
[GoogleTest C++ testing framework](http://github.com/google/googletest/) and a | [GoogleTest C++ testing framework](http://github.com/google/googletest/) and a | |||
subject to the same requirements. | subject to the same requirements. | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 0 lines changed or added |