摘要: With test-driven development (TDD), you use unit tests to help design your code. This can be an odd concept if you are used to testing after you have finished coding, but there is a lot of sense in... 阅读全文
posted @ 2012-04-25 16:59 扯 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 本示例使用的单元测试工具为VS2010自带的单元测试工具,Mock工具为WCFMock:使用及下载地址为:http://wcfmock.codeplex.com/ WCFMock主要提供两个DLL,WCFMock和Moq,均可下载获得 WCF服务端: 需要引入:WCFMock.dll 在提供服务接口的类开头... 阅读全文
posted @ 2012-04-25 12:14 扯 阅读(1845) 评论(0) 推荐(0) 编辑