软件包:cxxtest(4.4+git171022-1)
cxxtest 的相关链接
Debian 的资源:
下载源码包 cxxtest:
- [cxxtest_4.4+git171022-1.dsc]
- [cxxtest_4.4+git171022.orig.tar.xz]
- [cxxtest_4.4+git171022-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [cxxtest.com]
相似软件包:
lightweight xUnit-like framework for C/C++ applications
CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppUnit, and xUnit. It provides assertions for checking conditions and classes for defining unit-test cases.
CxxTest is easy to use because it does not require precompiling a CxxTest testing library, it employs no advanced features of C++ (e.g. RTTI) and it supports a very flexible form of test discovery, which simplifies the creation of test drivers. It includes a script that parses C++ files that define unit tests and then generates a C++ test runner. When compiled, the test runner manages the execution of all unit tests in a flexible manner.
其他与 cxxtest 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-ply
- Lex and Yacc implementation for Python2