Ask HN: What C++ unit testing framework do you use?
What C++ unit testing framework are you using, and how do you like it? Is it easy to get started using it? Are there many footguns?
I've used Boost in the past, but am debating whether I should switch to Google's test framework, or to Catch, or something else.
4 comments
[ 3.1 ms ] story [ 22.0 ms ] threadQt is like boost, a all in one solution. With it I have network framework, threading framework, testing, json parser and lots of things. I want to keep my projects' dependencies as few as possible. If Qt can do it, I won't include another.
I had some frustration before when installing Caffe deep learning framework, which includes many google libraries, including gtest, protobuf and glog. I want my projects' dependencies to be clean and easy to install.
That is the MinUnit source code: http://www.jera.com/techinfo/jtns/jtn002.html