I recently upgraded to Resharper 8, and when I tried to start a set of projects. These tests contain two sets of integration tests that IISExpress uses to run a website, create web requests, and check responses.
Running them in isolation is successful, and running all the tests previously was successful. However, upon completion, the second set of tests to run will fail.
The study showed that AppDomain.CurrentDomain.BaseDirectory remains as the first test to run instead of changing. Since the integration tests consist of two projects, this leads to the failure of the second project because it cannot find any necessary configuration file.
I cannot find any option to disable this other behavior in Resharper 8, which is apparently the behavior of the /domain:Single nunit flag. Without waiting for the transition to Resharper 7, does anyone know about this? And is this the intended behavior of Resharper 8 or an error?
c # integration-testing nunit resharper appdomain
hawx Jul 26 '13 at 9:17 2013-07-26 09:17
source share