Description
Adds a C++ mocking framework for unit tests without requiring a compiled library. It helps developers define mock objects, expectations, and interaction checks in C++11 and C++14 test suites.
Mocks can make tests too coupled to implementation details. Use them to verify behavior that matters, not every internal call.