vs 2008 unit testing prompt meaning

吃可爱长大的小学妹 提交于 2020-01-03 08:34:26

问题


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?


回答1:


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:



来源:https://stackoverflow.com/questions/5917558/vs-2008-unit-testing-prompt-meaning

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!