追逐梦想的猪

人生因为有梦想而精彩!

导航

随笔分类 -  UnitTest

DotNet中的单元测试工具NUnit(续)---Six Rules of Unit Testing
摘要:http://radio.weblogs.com/0100190/stories/2002/07/25/sixRulesOfUnitTesting.htmlSix Rules of Unit Testing Charles' Six Rules of Unit Testing Write the test first Never write a test that succee... 阅读全文

posted @ 2006-02-24 11:09 Ann 阅读(413) 评论(1) 推荐(0)

DotNet中的单元测试工具NUnit
摘要:今天无意中看到了Nunit,是DotNet中的Unit Test工具;以前只听过Java中的单元测试工具JUnit,想着.net应该也是有的,却没有付诸于行动去查阅相关的资料,看来这个“不用到就不会去深入了解”的习惯以后要改改,要不怎么会有进步呢?呵呵 下面是关于如何使用NUnit的一篇文章,是在微软的社区上看到的,在此借以引用。--------------------... 阅读全文

posted @ 2006-02-24 11:03 Ann 阅读(577) 评论(1) 推荐(0)