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.
1. 安装GTest
|
|
2. 使用GTest
|
|

本文介绍了GoogleTest,一个由Google开发的满足特定需求的测试框架,适用于各种平台的C++代码编写。文章详细讲解了如何安装、使用以及示例测试代码。
最低0.47元/天 解锁文章
546

被折叠的 条评论
为什么被折叠?



