OLD | NEW |
1 URL: http://code.google.com/p/googletest/ | 1 URL: http://code.google.com/p/googletest/ |
2 Version: 1.3.0 | 2 Version: 1.4.0 |
3 License: BSD | 3 License: BSD |
4 License File: LICENSE | 4 License File: LICENSE |
5 | 5 |
6 Description: | 6 Description: |
7 | 7 |
8 Google's framework for writing C++ tests on a variety of platforms | 8 Google's framework for writing C++ tests on a variety of platforms |
9 (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on | 9 (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on |
10 the xUnit architecture. Supports automatic test discovery, a rich set | 10 the xUnit architecture. Supports automatic test discovery, a rich set |
11 of assertions, user-defined assertions, death tests, fatal and | 11 of assertions, user-defined assertions, death tests, fatal and |
12 non-fatal failures, value- and type-parameterized tests, various | 12 non-fatal failures, value- and type-parameterized tests, various |
13 options for running the tests, and XML test report generation. | 13 options for running the tests, and XML test report generation. |
14 | 14 |
15 Local Modifications: | 15 Local Modifications: |
16 No Modifications | 16 No Modifications |
OLD | NEW |