My primary test framework for C++ projects is Google Test due to its heavy support for mocking and other advanced features. I also really like the fact that…
Just another software engineer in this world.
My primary test framework for C++ projects is Google Test due to its heavy support for mocking and other advanced features. I also really like the fact that…
Catch is one of my favorite unit-test frameworks for C/C++ and it just got better with the release of Catch2. This header-only framework is extremely…