While trying to figure out why cppunit doesn't work in Visual Studio .NET 2003, I run into a sea of Macros. If you stick to straight C++ it would be much easier to read. Since I am going to spend time puzzling through the inner workings, should I start with CppUnit2?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
While trying to figure out why cppunit doesn't work in Visual Studio .NET 2003, I run into a sea of Macros. If you stick to straight C++ it would be much easier to read. Since I am going to spend time puzzling through the inner workings, should I start with CppUnit2?
You can use CppUnit without the macro, except for the assertion (they are used to extract source file & line).
Are you refering to the HelperMacros or something else ?
It might be easier to understand the inner working of CppUnit 2 since the implementation is simpler.
Baptiste.