2004年08月25日

原创 重构.NET(www.refactoring.net)建站构想

重构.NET(www.refactoring.net) ——中国第一个以Refactoring为主题的网站。 阅读全文>

发表于 @ 2004年08月25日 11:34:00|评论(loading...)|编辑|举报|收藏

2004年08月23日

原创 NUnitForms

NUnitForms is an NUnit extension for unit and acceptance testing of Windows Forms applications. Now it is easy to write automated tests for your Windows Forms classes 阅读全文>

发表于 @ 2004年08月23日 14:25:00|评论(loading...)|编辑|举报|收藏

2004年08月20日

原创 About log4net

Introduction log4net is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent log4j framework to the .NET runtime. We have kept the framework as similar to the original log4j as possible while taking advantage of new features in the .NET runtime. For more information on log4net see the features document. 阅读全文>

发表于 @ 2004年08月20日 22:54:00|评论(loading...)|编辑|举报|收藏

原创 .NET Tools

收藏阅读全文>

发表于 @ 2004年08月20日 21:54:00|评论(loading...)|编辑|举报|收藏

2004年08月19日

原创 关于测试private methods

Testing private methods may be an indication that those methods should be moved into another class to promote reusability. 阅读全文>

发表于 @ 2004年08月19日 11:19:00|评论(loading...)|编辑|举报|收藏

原创 TDD example

TDD example阅读全文>

发表于 @ 2004年08月19日 11:04:00|评论(loading...)|编辑|举报|收藏

原创 unit testing private methods

他的观点好像是不要写private method 只针对interface进行测试阅读全文>

发表于 @ 2004年08月19日 10:52:00|评论(loading...)|编辑|举报|收藏

原创 Testing ASP.NET Applications with NUnitASP and NUnit

When this does become a problem is trying to test your ASP.NET code. Not the middle-tier logic you tie into, but the .aspx pages themselves. How can you test that the UI reacts to the user correctly? That the postback events happen in the right order? That the correct next page is loaded after the user completes the page? Testing these things requires that your code is running inside the ASP.NET worker process. Your pages need access to the HTTPContext, the Request and Response objects, everyth阅读全文>

发表于 @ 2004年08月19日 09:10:00|评论(loading...)|编辑|举报|收藏

2004年08月18日

原创 Test-Driven Development in .NET摘要

关于DotNetMock 阅读全文>

发表于 @ 2004年08月18日 10:32:00|评论(loading...)|编辑|举报|收藏

2004年08月17日

原创 测试驱动的网上资源[来自NUnit.org]

测试驱动的网上资源阅读全文>

发表于 @ 2004年08月17日 22:36:00|评论(loading...)|编辑|举报|收藏

原创 《测试驱动开发》想到的

测试驱动开发这本书不好懂阅读全文>

发表于 @ 2004年08月17日 21:16:00|评论(loading...)|编辑|举报|收藏

原创 Introduction to NMock

about NMock阅读全文>

发表于 @ 2004年08月17日 16:21:00|评论(loading...)|编辑|举报|收藏

原创 Using NMock and DynamicMocks in Test Driven Development

about NMock阅读全文>

发表于 @ 2004年08月17日 16:04:00|评论(loading...)|编辑|举报|收藏

原创 http://www.martinfowler.com/

Martin Fowler I am an author, speaker, and consultant on the design of enterprise software. On this site I keep as much information as I can on-line. There are links to my books, various on-line articles, and links to areas relevant to my work. My primary areas of involvement are in object-oriented development, refactoring, patterns, agile methods, enterprise application architecture, domain modeling, and extreme programming. I work for ThoughtWorks, an outstanding application development and c阅读全文>

发表于 @ 2004年08月17日 15:35:00|评论(loading...)|编辑|举报|收藏

Csdn Blog version 3.1a
Copyright © wildhope