I'm looking into some possible options for unit testing C++ classes.
So, short and to the point, what are you using?
I'm using cppunit. It is a pretty good port of the iconic JUnit to c++.
UnitTest++. In the past I used Boost Test, which is also pretty good, but I ran across a problem where boost test wanted an operator<< defined and it wouldn't accept my overloaded operator<<. UnitTest++ didn't flinch a bit.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With