ReSharper and NUnit's multiple domains

淺唱寂寞╮ 提交于 2019-12-24 13:08:43

问题


I recently had to enable this option in ReSharper:

Use separate AppDomain for each assembly with tests

Looking at the NUnit documentation, I suspect the option above executes NUnit with the parameter "domain/multiple", for which "a separate test domain is created for each assembly".

Could you please confirm me that is true?


回答1:


Yes, this option corresponds to the /domain=Multiple command line parameter.

Note that ReSharper doesn't use the console runner. Instead it directly links the NUnit assemblies.



来源:https://stackoverflow.com/questions/30967407/resharper-and-nunits-multiple-domains

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