vs 2008单元测试提示意义

Rod*_*Rod 9 c# visual-studio-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...
Run Code Online (Sandbox Code Playgroud)

这是什么意思,我如何清除旧的测试运行结果?为什么这是重要的信息?

p.c*_*ell 13

此消息基本上意味着单元测试项目已保存/记录先前运行的单元测试的25(您的阈值)结果.

通过继续,它将从那25个中删除一个以包括下次运行的结果.

您可以在工具 - >选项对话框中修改"警报":

在此输入图像描述

你可以在这里修改这个号码:

在此输入图像描述