共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > test-dept |
test-dept
|
1 | 0 | 198 |
贡献者 | 讨论 | 代码提交 |
The purpose of Test Dept. is to be an ease-of-use framework for unit testing. It is suitable for pure C-code and consists of assertions macros and makefile snippets for automated tests. Test suites are standalone binaries following a certain specification and can thus be used by arbitrary test-runners.
Stubbing and mocking for the C language is not as easily done as for object-oriented languages. Therefore a supportive framework may be of use. Test Dept. tries to be such a framework.
Please read the documentation!