使用 NUnit 测试非托管 C++ 时的代码覆盖率
我的团队目前正在使用 CppUnit 进行所有非托管 C++ 单元测试,但我正在考虑通过 GenTestAsm(纯 C#)或 C++/CLI 过渡到 NUnit。不管怎样,使用这两种方法在代码覆盖率方面我会面临什么后果?
我们目前使用 PureCoverage 来检测我们的非托管单元测试可执行文件以收集覆盖率数据。我们仍然可以做到这一点还是有其他工具?或者我们会失去代码覆盖率的可见性吗?
My team is currently using CppUnit for all our unmanaged C++ unit tests but I'm toying with the idea of transitioning to NUnit through either GenTestAsm (pure C#) or C++/CLI. Either way, what consequences would I face on the Code Coverage front with either of these approaches?
We currently use PureCoverage to instrument our unmanaged unit test executables for collecting coverage data. Would we still be able to do this or is there another tool? Or would we lose code coverage visibility all together?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论