有没有什么好的书或材料可以深入介绍使用模拟进行 C# 单元测试?
6 回答
单元测试的艺术怎么样。这是 .NET 特定的,应该是最新的。
有一本相当不错的书描述了如何使用NUnit和NMock进行 C# 单元测试:
nmock 网站上有很多文档:
http://www.nmock.org/tutorial.html http://www.nmock.org/advanced.html
还有一个视频课程 http://www.udemy.com/tdd-in-net-with-roy-osherove?from=aout
Roy Osherove 的 .NET 中的 TDD 大师班
超过 14 个讲座和 9.5 小时的内容!79 美元
C# 中的 Extreme Programming Adventures评价很高,并且处理模拟对象。它可能有点过时(当前版本是 2004 年)。
我发现 Stephen Walter 的以下文章(尤其是第一篇)非常有用。
http://weblogs.asp.net/stephenwalther/archive/2008/06/11/tdd-introduction-to-moq.aspx http://weblogs.asp.net/stephenwalther/archive/2008/03/22/tdd -introduction-to-rhino-mocks.aspx http://weblogs.asp.net/stephenwalther/archive/2008/03/16/tdd-introduction-to-typemock-isolator.aspx