Unit Testing in C++
Hi all,
I'm quite curious on how you would go to perform unit testing in C++.
One way is to use one of the 'lot' of libraries available for the
purpose cppunit, c++unit, *unit in general... Other way would be to
tailor your tests manually. I would love to hear about experiences with
these methods and particular libraries. Which one has met your needs or
which one do you suggest.
Regards,
Paulo Matos
.
Relevant Pages
- Re: Unit Testing in C++
... I'm quite curious on how you would go to perform unit testing in C++. ... One way is to use one of the 'lot' of libraries available for the ... Therefore you write a unti of test code to instantiate one or more instances ... (comp.programming) - Re: which unit testing library?
... Frank Buss wrote: ... I found many unit testing ... frameworks on cliki.net, and I would appreciate some advice on which ... I didn't know the libraries and maybe they are better, ... (comp.lang.lisp) - Re: DICOM libraries evaluation
... although it would not be managed code. ... DICOM itself is NOT object oriented, and trying to bend it to an object ... It's very difficult to find ANY code that really has unit testing, ... > but there doesn't seem to be any mature open source DICOM libraries for ... (comp.protocols.dicom) - Re: UNIT TESTING FOR ASP.NET 2.0
... Nobody knows? ... In my recent ASP.NET project I have made the use of NUNIT to test out ... the libraries. ... However I would be interested in unit testing the front end (i.e. ... (microsoft.public.dotnet.framework.aspnet) - Re: Unit Test Framework
... >unit testing framework for Common Lisp. ... I don't remember FiveAM's license, ... I checked www.cl-user.net for unit testing libraries and found one ... (comp.lang.lisp) |
|