使用 NUnit 测试非托管 C++ 时的代码覆盖率

发布于 2024-09-26 07:31:23 字数 210 浏览 2 评论 0原文

我的团队目前正在使用 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文