GoogleTest - C++单元测试工具
BSD
跨平台
C/C++
软件简介
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