共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > test-quick |
test-quick
|
0 | 0 | 32 |
贡献者 | 讨论 | 代码提交 |
The library allows the creation of tests based on real specifications. The developer provides properties of code (think: "for all X sqrt(X) > 0") and Test::Quick generates tests automagically to prove this assertions.
For more informations see QuickCheck for haskell or Test::LectroTest for perl.