开发者

Code Coverage when using NUnit to test unmanaged C++

开发者 https://www.devze.com 2023-01-19 05:33 出处:网络
My team is currently using CppUnit for all our开发者_如何学Python unmanaged C++ unit tests but I\'m toying with the idea of transitioning to NUnit through either GenTestAsm (pure C#) or C++/CLI.Either

My team is currently using CppUnit for all our开发者_如何学Python 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?

0

精彩评论

暂无评论...
验证码 换一张
取 消