- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/google/googletest
- 软件文档: https://github.com/google/googletest
- 官方下载: https://github.com/google/googletest
软件介绍
Google的开源C++单元测试框架Google Test,简称gtest 是一个非常的不错单元测试框架。支持跨平台以及包括 Windows CE 和 Symbian 在内的一些手机操作系统。
特性:
An xUnit test framework.
Test discovery.
A rich set of assertions.
User-defined assertions.
Death tests.
Fatal and non-fatal failures.
Value-parameterized tests.
Type-parameterized tests.
Various options for running the tests.
XML test report generation.
支持平台:
Linux
Mac OS X
Windows
Cygwin
MinGW
Windows Mobile
Symbian
The Art of Computer Programming, Volumes 1-3 Boxed Set
Donald E. Knuth / Addison-Wesley Professional / 1998-10-15 / USD 199.99
This multivolume work is widely recognized as the definitive description of classical computer science. The first three volumes have for decades been an invaluable resource in programming theory and p......一起来看看 《The Art of Computer Programming, Volumes 1-3 Boxed Set》 这本书的介绍吧!
