I’d like to point out a couple of interesting links on the subject of unit testing in C++:
- An article on MSDN: WinUnit – Simplified Unit Testing for Native C++ Applications
- A five part series on C++ unit tests with Boost.Test.
Giovanni Dicanio's C++ Corner on the Internet
I’d like to point out a couple of interesting links on the subject of unit testing in C++: