Click here to Skip to main content
15,867,851 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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
Posted

1 solution

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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900