I use
http://doc.qt.io/qt-5/qtest-overview.html , mostly because my code is Qt based.
Qt 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.