GoogleTestFramework
googletest helps you write better C++ tests. googletest is a testing framework developed by the Testing Technology team with Google's specific requirements and constraints in mind. No matter whether you work on Linux, Windows, or a Mac, if you write C++ code, googletest can help you. And it supports any kind of tests, not just unit tests.
Google Mock
The Google C++ mocking framework.
テストはほぼ全てこれで書いているsngm45.icon
References