CLion
 
Get CLion
You are viewing the documentation for an earlier version of CLion.

Google Test

Last modified: 13 November 2023

Google Test and Google Mock are a pair of powerful unit testing tools: the framework is portable, it includes a rich set of fatal and non-fatal assertions, provides instruments for creating fixtures and test groups, gives informative messages, and exports the results in XML. Probably the only drawback is a need to build gtest/gmock in your project in order to use it.