如何消除Silverlight单元测试框架的5秒延迟
我使用 Silverlight 单元测试框架,它运行得很好。
然而,每次启动测试时,我都必须等待 5 秒或单击“不,运行所有测试”按钮。
有没有办法跳过我不需要的这一步?
I use the Silverlight Unit Testing Framework and it works pretty well.
However every time I launch my tests, I have to wait 5 seconds or click the "No, run all tests" button.
Is there a way to skip this step that I don't need?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 App.xaml.cs 中:
替换
为
In the App.xaml.cs:
Replace
With