B Beatrice Rutger Jun 6, 2005 #1 Is there aan equivalent of JUnit for unit testing (Visual) C++ code ? tkx, B.
R Rodrigo Corral [MVP] Jun 6, 2005 #2 For managed C++ you can use NUnit or CSUnit. -- Un saludo Rodrigo Corral González [MVP] FAQ de microsoft.public.es.vc++ http://rcorral.mvps.org
For managed C++ you can use NUnit or CSUnit. -- Un saludo Rodrigo Corral González [MVP] FAQ de microsoft.public.es.vc++ http://rcorral.mvps.org
A Arnaud Debaene Jun 6, 2005 #3 Rodrigo said: For managed C++ you can use NUnit or CSUnit. Click to expand... .... and for "classic" C++ Cppunit. Arnaud MVP - VC
Rodrigo said: For managed C++ you can use NUnit or CSUnit. Click to expand... .... and for "classic" C++ Cppunit. Arnaud MVP - VC
R Rodrigo Corral [MVP] Jun 7, 2005 #5 I didn´t known CppUnit... It looks great!!! -- Un saludo Rodrigo Corral González [MVP] FAQ de microsoft.public.es.vc++ http://rcorral.mvps.org
I didn´t known CppUnit... It looks great!!! -- Un saludo Rodrigo Corral González [MVP] FAQ de microsoft.public.es.vc++ http://rcorral.mvps.org