共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > fctx |
fctx
|
1 | 0 | 360 |
贡献者 | 讨论 | 代码提交 |
Fast C XUnit Test (FCTX) is a lightweight, cross platform, header-only framework for quick generation of x-unit tests in C and C++. Include a header and start typing out your tests.
With FCTX you can write tests in C/C++ just like you can in other introspective languages like Java and Python. FCTX does not require a post-processing step. FCTX does not require two-step registration of your functions. Declare your test and start writing.