C++ Unit Testing Frameworks

Anyone know of any good ones?

I've used NUnit for C# and python's unittest module. I assume there must be something similar for C++.

Anyone have recommendations?
Not really an answer, but has anyone used Google Test?
From my experience (which may be subjective), boost.test, google test, and cppunit are the three most commonly used frameworks.

Specifically, at my current place, some teams use googletest, others use cppunit, others use the in-house unittesting framework, and at least one team uses Catch ( https://github.com/philsquared/Catch ). At previous place, we used boost.test.
Topic archived. No new replies allowed.