vs 2008单元测试提示含义
我在 vs2008 中进行单元测试,现在每次运行时都会说
Executing the current test run will produce a new test run result, which will exceed
the limit of 25 that is currently specified. If you continue, older test run results and
their associated deployments will be deleted from the hard drive...
这是什么意思,以及如何清除旧的测试运行结果?为什么这是一个重要的信息?
i'm unit testing in vs2008 and every time i run now it says
Executing the current test run will produce a new test run result, which will exceed
the limit of 25 that is currently specified. If you continue, older test run results and
their associated deployments will be deleted from the hard drive...
what does this mean, and how do i clear the older test run results? why is this important message?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此消息基本上意味着单元测试项目已保存/记录了先前运行的单元测试的 25 个(您的阈值)结果。
如果继续,它将从这 25 个中删除一个以包含您下一次运行的结果。
您可以在“工具”->“选项”对话框中修改“警报”:
您可以修改此数字此处:
This message basically means that the Unit Test project has saved/recorded 25 (your threshold) results of previously run unit tests.
By proceeding, it'll remove one from those 25 to include the results of your next run.
You can modify the 'alert' here in the Tools->Options dialog:
You can modify this number here: