当前位置:网站首页>gtest从一无所知到熟练使用(4)如何用gtest写单元测试
gtest从一无所知到熟练使用(4)如何用gtest写单元测试
2022-07-04 20:48:00 【奇妙之二进制】
1 gtest是什么
gtest是Google开发的一个跨平台开源单元测试框架,git仓库点击这里获取。主要针对c/c++,gtest有如下特点:
测试框架
自动收集测试用例,无需开发者再次组织
提供强大的断言集,支持包括布尔、整型、浮点型、字符串等
提供断言方法自定义扩展
提供死亡测试功能
可以将公共的用例初始化和清理工作放入测试夹具中,由gtest自动调用
Value-parameterized tests.
Type-parameterized tests.
生成xml格式测试报告
2.定义一个最基本的测试用例
TEST宏用于定义一个测试用例:
#include <gtest/gtest.h>
int Add(int i
边栏推荐
- Flutter在 release版本,打开后随机白屏不显示内容
- 华为ensp模拟器 DNS服务器的配置
- Exclusive interview of open source summer | new committer Xie Qijun of Apache iotdb community
- Stealing others' vulnerability reports and selling them into sidelines, and the vulnerability reward platform gives rise to "insiders"
- 杰理之AD 系列 MIDI 功能说明【篇】
- Arcgis 10.2.2 | arcgis license server无法启动的解决办法
- minidom 模塊寫入和解析 XML
- Drop down selection of Ehlib database records
- Jerry's ad series MIDI function description [chapter]
- Why does invariant mode improve performance
猜你喜欢
Jerry added the process of turning off the touch module before turning it off [chapter]
【微信小程序】协同工作与发布
Daily question-leetcode556-next larger element iii-string-double pointer-next_ permutation
每日一题-LeetCode556-下一个更大元素III-字符串-双指针-next_permutation
Can be displayed in CAD but not displayed in print
TCP shakes hands three times and waves four times. Do you really understand?
TCP三次握手,四次挥手,你真的了解吗?
[early knowledge of activities] list of recent activities of livevideostack
华为ensp模拟器 配置ACL访问控制列表
Day24: file system
随机推荐
如何借助自动化工具落地DevOps
Go语言循环语句(第10课中3)
y56.第三章 Kubernetes从入门到精通 -- 业务镜像版本升级及回滚(二九)
Redis transaction
minidom 模块写入和解析 XML
奋斗正当时,城链科技战略峰会广州站圆满召开
Jerry's ad series MIDI function description [chapter]
Huawei ENSP simulator configures ACL access control list
杰理之增加进关机前把触摸模块关闭流程【篇】
The video sound of station B is very low - solution
Roast B station charges, is it because it has no money?
__ init__ () missing 2 required positive arguments
Operation of adding material schedule in SolidWorks drawing
numpy vstack 和 column_stack
股票开户佣金最低多少,炒股开户佣金最低网上开户安全吗
Delphi soap WebService server-side multiple soapdatamodules implement the same interface method, interface inheritance
Routing configuration and connectivity test of Huawei simulator ENSP
Maya lamp modeling
[early knowledge of activities] list of recent activities of livevideostack
Jerry's ad series MIDI function description [chapter]