C++ 单元测试框架:cipra
jopen
11年前
cipra 是一个简单的、兼容 TAP (Test Anything Protocol) 的 C++ 单元测试框架。100% 使用标准的 C++11 编写,只提供一组头文件,可很方便的在你的 C++11 项目中使用。
Features
- Header-only library written in C++11.
- Supports Test::More's interface.
- Fully documented with Doxygen source comments.