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

Boost.Test

Last modified: 08 October 2024

Boost unit testing framework (Boost.Test) is a part of the Boost library. It is a fully functional and scalable framework, with a wide range of assertion macros, XML output, and other features. Boost.Test itself lacks mocking functionality, but it can be combined with stand-alone mocking frameworks such as gmock.