I'm used to using mbunit with C# and am going back to working with C++ and want to apply some of the TDD practices I use with C# but haven't found a industry standard Testing Library and/or framework to use. Anyone know of one such library.
This is a discussion on What is the most popular/standard C++ unit testing library/framework. within the Tech Board forums, part of the Community Boards category; I'm used to using mbunit with C# and am going back to working with C++ and want to apply some ...
I'm used to using mbunit with C# and am going back to working with C++ and want to apply some of the TDD practices I use with C# but haven't found a industry standard Testing Library and/or framework to use. Anyone know of one such library.
Here to Deceive, Inveigle, Obfuscate Since 1945
Since it is a Boost library, to some extent it does require that projects using it use Boost, by definitionOriginally Posted by brewbuck
Furthermore, it has dependencies on other Boost libraries. However, you can extract out just those parts of Boost that it depends on, but this is true of any Boost library.
Besides Boost.Test, I have used UnitTest++, which I found easy to use.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
WHat about CppUnit
Here to Deceive, Inveigle, Obfuscate Since 1945