mbunit 中用于计时测试的 [Duration] 属性在哪里?
是不是从最新版本就没有了?
我希望看到一种方法的性能不会恶化。 我忘记了它的技术术语。
Is it gone from the latest version?
I want to see that a method doesn't deteriorate in its performance.
I forgot the technical term for it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 [Timeout] 属性。它可能会装饰测试方法或测试装置。默认值(未指定时)为 10 分钟。
Have a look at the [Timeout] attribute. It might decorate test methods or test fixtures. The default value (when not specified) is 10 minutes.