The Pitfalls in C++ Unit Testing

Recently there has been a surge of interest in C++ unit testing. C++ unit testing has not been common in C++ development in the past.

Although C++ is a kind of programming language that fits well with unit testing, several complexities require extra care. In this article, I’ll discuss the most common pitfalls.