vs 2008单元测试提示含义

发布于 2024-11-05 17:52:01 字数 353 浏览 0 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一口甜 2024-11-12 17:52:01

此消息基本上意味着单元测试项目已保存/记录了先前运行的单元测试的 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:

enter image description here

You can modify this number here:

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文