文章目录 Google Test基本概念 编写测试头文件AssertionTESTTest FixtureInvoking the Tests编写main()函数 参考 Google Test Google Test是用于编写C++测试的框架,支持多种类型的测试,而不是只有单元测试(unit test)。 编写测试的要求: 测试应该是独立且结果可重复的测试应该是有组织的(or
文章目录 GoogleTest Primer(GoogleTest入门指南)Introduction: Why GoogleTest?(简介:为什么选择GoogleTest?)Beware of the Nomenclature(小心术语)Basic Concepts(基本概念)Assertions(断言)Simple Tests(简单测试)Test Fixtures: Using the
在B站和油管上面找到涉及到GoogleTest单元测试框架的Gtest和Gmock的三个不错的视频资源: 油管视频链接: Google Test and Mock Platform, Complete Tutorial. Part 1: Google TestGoogle Test and Mock Platform - Part 2: GMock MatchersGoogle Test an