C++单元测试工具 GoogleTest

码农软件 · 软件分类 · 单元测试工具 · 2019-11-19 20:12:23

软件介绍

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

本文地址:https://www.codercto.com/soft/d/19357.html

The Art of Computer Programming, Volumes 1-3 Boxed Set

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码