Achieving And Recognizing Testable Software Designs – Part I
http://weblogs.asp.net/rosherove/articles/Design4Tesatbility1.aspxRoy Osherove归纳出的5条原则:
1、Partial runs are possible
2、Consistent results on every test run
3、Configuration is unneeded before run
4、Order of tests does not matter
5、Fast run time
详细介绍请看链接
页:
[1]