[翻译]NUnit---Maxtime and Ignore and Platform Attributes(十三)
原帖地址:http://www.cnblogs.com/kim01/archive/2013/06/13/3131342.htmlMaxtime特性用于测试方法指定测试用例执行的最大时间(单位:秒)。如果测试用例花费比指定更长的时间来完成测试会被报告为失败。Example[Test,Maxtime(2000)]publicvoidTimedTest(){...}Notes:1.任何断言失败会优先级