C++ Unit Testing Frameworks

Oct 31, 2013 at 9:24pm
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?
Oct 31, 2013 at 9:26pm
Not really an answer, but has anyone used Google Test?
Oct 31, 2013 at 10:30pm
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.