单元测试
heoo442
专注过程、框架、性能、平台和工具
展开
-
[Ex] VS2010 UnitTest Coverage Analyzer
Project DescriptionAnalyzing Visual Studio Unittest Coverage Exported XML fileDone features:Load Visual Studio Code Coverage XML File (get this file by clicking "Export Results" in "Test转载 2014-12-24 23:28:11 · 413 阅读 · 0 评论 -
Programmatic Coverage Analysis in Visual Studio 2010
As hinted upon in my last post, today’s entry will be on how to programmatically perform analysis on a Visual Studio coverage file in Visual Studio 2010.The first step is to reference the covera转载 2014-12-24 23:31:40 · 784 阅读 · 0 评论 -
The Visual Studio Team System “off-road” code coverage experience
Off-road – eh?The Code Coverage collection and analysis portions of Team System, which my team is responsible for, had a particular design philosophy in mind for this version. That philosophy wa转载 2014-12-24 23:35:00 · 703 阅读 · 0 评论 -
Microsoft Mole原理及常见问题整理
Moles与Moq(Rhino.Mocks)比较作用范围Moq与Rhino.Mocks这类的Mock是对Interface或AbstractClass做Mock,而Moles是Mock整个CLR(Common Language Runtime),破除Moq等Mock套件的限制,不仅可以对Interface或AbstractClass做Mock,还原创 2014-12-15 23:44:11 · 617 阅读 · 0 评论