MSTest Visual Studio 2012 and AppDomain

喜夏-厌秋 提交于 2019-12-12 02:41:45

问题


I have noticed that the MSTest is launching assemblies tests in separate AppDomain. Are we able to configure MSTest to avoid creating new AppDomain for each test assembly?


回答1:


You can run it with /noisolation - "Run tests within the MSTest.exe process. This choice improves test run speed but increases risk to the MSTest.exe process."

http://msdn.microsoft.com/en-us/library/ms182489.aspx



来源:https://stackoverflow.com/questions/19561802/mstest-visual-studio-2012-and-appdomain

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