Microsoft::VisualStudio::TestTools::UnitTesting 测试 c++项目
我可以使用 Microsoft::VisualStudio::TestTools::UnitTesting 来测试 C++ 代码吗? 我的意思是我已经有一个不使用 .NET 的现有 C++ 项目。
现在我想编写单元测试来测试这段代码。
我可以使用 Microsoft 的 UnitTesting 框架来测试这个原生 Cpp 代码吗?
非常感谢
最好的问候, 马克
Can I use Microsoft::VisualStudio::TestTools::UnitTesting to test C++ code?
I mean I already have an existing C++ project which doesn't use .NET.
Now I want to write unit tests to test this code.
Can I use UnitTesting framework from Microsoft to test this native Cpp code?
Thanks a lot
Best Regards,
Marc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,但还有一些附加内容
"CppUnitTest.h"
$(VCInstallDir)UnitTest\lib
$(VCInstallDir)UnitTest\include
希望有帮助
Yes but with some more additions
"CppUnitTest.h"
ofcourse$(VCInstallDir)UnitTest\lib
$(VCInstallDir)UnitTest\include
Hope that helps