Running NUnit through Resharper 8 tests fail when crossing between projects due to AppDomain
- 阅读更多 关于 Running NUnit through Resharper 8 tests fail when crossing between projects due to AppDomain
I recently updated to Resharper 8, and when I tried to run a suite of projects. These tests contain two suites of integration tests that both use IISExpress to run a website, make web requests and check the responses. Running them in isolation is successful, and running all the tests would previously succeed. However, after the upate the second set of tests to run would fail. Investigation has revealed the AppDomain.CurrentDomain.BaseDirectory is staying as the first test to run instead of changing. Since the integration tests are composed of two projects, this is causing the second project to