摘要:
做一个WEB服务项目时,经常要调试一段函数是否执行正确。经自己研究Nunit,自己编写了一个小型的测试工具: 一:添加一个custom attribute named "TestAttribute" the code is: [AttributeUsage(AttributeTargets.All,AllowMultiple=false)] public class Tes... 阅读全文
posted @ 2008-10-12 20:57
Eric pan
阅读(209)评论(0)推荐(0)
编辑