CPPUNIT和NUNIT之间的区别 [英] difference between CPPUNIT and NUNIT

查看:86
本文介绍了CPPUNIT和NUNIT之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

CPPUnit和NUnit之间有什么区别?

何时使用CPPUNIT以及何时使用NUNIT?

什么是适合C ++ ATL COM项目的?为什么?< br $>




提前致谢

What is difference between CPPUnit and NUnit?
When to use CPPUNIT and when to use NUNIT?
What will be appropriate for C++ ATL COM project and why?


Thanks in advance

推荐答案

NUnit [ ^ ]是一个 .NET 单元测试框架,如果你的目标是 .NET 框架,那么使用它是有意义的。



CppUnit [ ^ ]是一个C ++单元测试框架,它适用于几乎所有用C ++编写的东西(托管C ++可能例外)。



希望这会有所帮助,

Fredrik
NUnit[^] is a .NET unit test framework, if you're targeting the .NET framework then using this makes sense.

CppUnit[^] is a C++ unit test framework, it's applicable for pretty much anything written in C++ (with the possible exception for managed C++).

Hope this helps,
Fredrik


这篇关于CPPUNIT和NUNIT之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆