好C++关于(单元)测试的书
我在网上进行了查看和搜索,但找不到一本专门讨论 C++ 测试的书。它们或多或少都与 Java 与 ps 相关,例如示例应该很容易转换为 C++... 我真的很喜欢一本关于 C++ 单元测试的书,也许还有一本关于 C++ 通用测试的好书。
I looked and searched the web but could not found one book dedicated to Testing in C++. They are all more or less Java related with p.s. like examples should be easy converted to C++...
I would really appreciate a book on C++ Unit Testing and maybe a good book on general testing in C++.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不是一本书,但您可能会在 Boost::Test 中发现有趣的东西。
请参阅:http://www.boost.org /doc/libs/1_45_0/libs/test/doc/html/index.html 获取更多信息并遵循有关 Boost 单元测试框架的教程。
It's not a book but you might find interesting things in Boost::Test.
See: http://www.boost.org/doc/libs/1_45_0/libs/test/doc/html/index.html to get more information and follow a tutorial on Boost's Unit Test framework.
如果谷歌上没有,我想它一定不存在。
我推荐的另一个测试框架是 CUTE,它非常易于使用
If it's not on Google, I reckon it must not exist.
One more testing framework I recomend is CUTE, which is very easy to use