GoogleTestC++单元测试工具

联合创作 · 2023-10-01 15:53

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

浏览 4
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报