共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > cunitwin32 |
cunitwin32
|
0 | 0 | 5 |
贡献者 | 讨论 | 代码提交 |
So why another unit testing framework? There was nothing out there that met my requirements. Namely:
It has to work in Microsoft Windows (yeah, yeah I know) Tests should be independent. That means global/static variables HAVE to be in a known state. That means each test has to execute as a seperate process. Something free would be nice. Maybe there is something out there, but I didn't find it :-)
Note: If you're using C++, just rename main.c to main.cpp.
I'm interested to know how useful this tool is, so please post any questions and feedback to the mailing list.