摘要:
OpenCppCoverage是Windows平台下开源的C++代码覆盖率工具,使用简单,功能齐全而强大。2014年才推出的,只恨没有早点发现。使用起来非常简单,它不需要在编译时插桩,只需要有pdb文件,运行时插桩,通过OpenCppCoverage启动进程即可。 阅读全文
公告
搜索
积分与排名
- 积分 - 556999
- 排名 - 1148
随笔档案
- 2015年9月(1)
- 2015年8月(2)
- 2015年6月(4)
- 2015年5月(2)
- 2015年4月(5)
- 2015年3月(1)
- 2014年5月(2)
- 2014年4月(2)
- 2011年5月(1)
- 2011年3月(1)
- 2011年1月(1)
- 2010年12月(3)
- 2010年11月(3)
- 2010年10月(2)
- 2010年9月(6)
- 2010年8月(2)
- 2010年7月(4)
- 2010年6月(3)
- 2010年5月(4)
- 2010年4月(9)
- 2010年3月(6)
- 2010年2月(3)
- 2010年1月(16)
- 2009年12月(6)
- 2009年11月(3)
- 2009年10月(4)
- 2009年9月(3)
- 2009年8月(2)
- 2009年7月(7)
- 2009年6月(2)
- 2009年4月(12)
- 2009年3月(5)
- 2009年2月(2)
- 2009年1月(3)
- 2008年12月(7)
- 2008年11月(9)
- 2008年9月(8)
- 2008年8月(7)
- 2008年7月(8)
- 2008年6月(9)
- 2008年5月(33)
- 2008年4月(6)
- 2008年2月(1)
- 2007年12月(3)
- 2007年11月(3)
- 2007年10月(7)
- 2007年9月(1)
- 更多
阅读排行榜
- 1. 玩转Google开源C++单元测试框架Google Test系列(gtest)(总)(338765)
- 2. 玩转Google开源C++单元测试框架Google Test系列(gtest)之一 - 初识gtest(245359)
- 3. 玩转Google开源C++单元测试框架Google Test系列(gtest)之二 - 断言(200304)
- 4. 玩转Google开源C++单元测试框架Google Test系列(gtest)之三 - 事件机制(123905)
- 5. 玩转Google开源C++单元测试框架Google Test系列(gtest)之六 - 运行参数(106889)
- 6. 玩转Google开源C++单元测试框架Google Test系列(gtest)之四 - 参数化(96113)
- 7. 代码覆盖率浅谈(89831)
- 8. 玩转Google开源C++单元测试框架Google Test系列(gtest)之七 - 深入解析gtest(81043)
- 9. 玩转Google开源C++单元测试框架Google Test系列(gtest)之八 - 打造自己的单元测试框架(73527)
- 10. C# 中使用JSON - DataContractJsonSerializer(67781)
评论排行榜
- 1. PyQt4学习资料汇总(153)
- 2. 开源Granados介绍 - SSH连接远程Linux服务器(C#)(66)
- 3. (原创)攻击方式学习之(1) - 跨站式脚本(Cross-Site Scripting) (50)
- 4. NancyBlog - 我的Google App Engine Blog(42)
- 5. 创业三年来的一些感想 - 游戏篇(40)
- 6. 三年之痒(40)
- 7. CCNET+MSBuild+SVN实时构建的优化总结(40)
- 8. CoderZh首款Python联机对战游戏 - NancyTetris1.0倾情发布(一)(37)
- 9. 程序员的信仰(35)
- 10. 代码安全系列(1) - Log的注入(35)
最新评论
- 1. Re:玩转Google开源C++单元测试框架Google Test系列(gtest)之一 - 初识gtest
- centos下怎么运行?提示错误: testG.cpp:1:10: fatal error: stdafx.h: No such file or directory include "stdafx.h...
- --甚倾之
- 2. Re:玩转Google开源C++单元测试框架Google Test系列(gtest)之一 - 初识gtest
为啥用_tmain和TCHAR代替main和char
- --我撸西红柿
- 3. Re:玩转Google开源C++单元测试框架Google Test系列(gtest)之四 - 参数化
我持反对意见,这篇博文对参数化的内容讲解太少了,测试内容也省略,新手根本看不懂
- --ryryss
- 4. Re:Python 天天美味(37) - 让python的unittest像gtest一样输出
- 博主在 googlecode 上分享的完整代码现已不可访问;我按博主的方法自行实现了一个版本, 适合 Python3, 在 Windows cmd/powershell 和 Linux bash 下均...
- --ChrisZZ
- 5. Re:玩转Google开源C++单元测试框架Google Test系列(gtest)(总)
that is good!
- --Deng_Jr
- 6. Re:三年之痒
有梦想的博主,点赞!
- --ID是菜鸟
- 7. Re:玩转Google开源C++单元测试框架Google Test系列(gtest)之七 - 深入解析gtest
- 博主,我想问下,主函数内只有 testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); TEST的具体使用没看见在哪儿?没看见代码具体...
- --qianrushiniuren
- 8. Re:玩转Google开源C++单元测试框架Google Test系列(gtest)之四 - 参数化
-
对应于这篇博客的google test的官方案例,结合这个官方案例理解更佳。
- --lingr7
- 9. Re:gtest中如何跳出当前测试案例
- 谢谢楼主的分享。不过我在1.8的gtest中试验,关于异常的捕获,是这样的:getst默认会捕获异常,而如果不想捕获异常,可以把--gtest_catch_exceptions设成0.如下是官方文档的...
- --大鹏1979
- 10. Re:TCP/IP详解卷1,2,3PDF下载
链接打不开?
- --十一度