GoogleTestFramework
#単体テスト
#C++
GitHub.iconhttps://github.com/google/googletest
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
GoogleTestFrameworkをWindows上で動かす
References
入門ガイド - Google C++ Testing Frameworkをはじめよう
C/C++開発者におくるユニットテストフレームワークGoogleTestの使い方
GoogleTest (C++ テストフレームワーク) の基本的な使用方法 - なつかしのねこ
googletestではじめるC++の単体テスト - シリコンの谷のゾンビ
C++ のユニットテストをいい感じにする - Qiita
GoogleTestを使って単体テストを行う準備をする。 - Qiita
【Google Test】Google C++ Testing Frameworkをビルドして使ってみた - Qiita
Google Mockを使ってみた - Qiita