好C++关于(单元)测试的书

发布于 2024-10-09 11:24:09 字数 125 浏览 7 评论 0原文

我在网上进行了查看和搜索,但找不到一本专门讨论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟雨扶苏 2024-10-16 11:24:09

这不是一本书,但您可能会在 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.

神经大条 2024-10-16 11:24:09

如果谷歌上没有,我想它一定不存在。

我推荐的另一个测试框架是 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文