Description
C++ tests can create expressive mocks without linking a separate library, because the mocking API is delivered as headers.
This is a developer testing library. It helps isolate code during unit tests, but test quality still depends on realistic expectations and coverage.