- 授权协议: 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
