OLD | NEW |
1 Name: Google C++ Testing Framework (googletest) | 1 Name: Google Test (googletest) |
2 Short Name: gtest | 2 Short Name: gtest |
3 URL: https://github.com/google/googletest/ | 3 URL: https://github.com/google/googletest/ |
4 Revision: See DEPS | 4 Revision: See DEPS |
5 License: BSD 3-clause | 5 License: BSD 3-clause |
6 License File: gtest/LICENSE | 6 License File: gtest/googletest/LICENSE |
7 Security Critical: no | 7 Security Critical: no |
8 | 8 |
9 Description: | 9 Description: |
10 Google C++ Testing Framework (or Google Test for short) is Google’s framework | 10 Google Test (Google C++ Testing Framework) is Google’s framework for writing C++ |
11 for writing C++ tests on a variety of platforms. | 11 tests on a variety of platforms. It includes Google Mock, an extension for |
| 12 writing and using C++ mock classes. |
12 | 13 |
13 Local Modifications: | 14 Local Modifications: |
14 None | 15 None |
OLD | NEW |