I ran tests in VS2013 using Resharper 8, which integrated with an external process and redirected its output. I am not looking for indications of what qualifies as a unit test, because I believe that a test runner is a better driver for any test than a console application.
This process was a database, so my SetUp and TearDown methods unsurprisingly made opposites from each other and will absolutely attack each other if they are allowed to work simultaneously.
They could not step on each other, because when two tests were run simultaneously, they were blocked.
The latest version of 7 Resharper did not have this problem.
The interaction with the unit test settings in Resharper> Parameters> Unit testing did not help.
source share