问题
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