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

Boost.Test

Last modified: 17 March 2022

Boost unit testing framework (Boost.Test) is a part of the Boost library. It is a fully-functional and scalable framework, with 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.