与 Pex for Visual C++ 最接近的东西是什么?
Pex 自动生成 C# 代码的单元测试。
C++ 代码是否有类似的东西(免费或商业)?
Pex automagically generates unit tests for C# code.
Is there anything similar (free or commercial) for C++ code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用的是 Visual Studio 2005 或更高版本,则可以使用团队测试。 此处是有关如何使用它的指南。
If you're using Visual Studio 2005 or newer, you can use Team Test. Here is a guide on how to use it.
如果您只需要模拟功能,请查看 Detours 框架:
http://research.microsoft.com/en-us/projects/detours/
If you only need the mocking functionalty check out the Detours framework:
http://research.microsoft.com/en-us/projects/detours/