We recently split some code into our own assembly and, therefore, moved the associated unit tests to our own test assembly. Now none of these tests runs, they do not appear in the test lists, and if you select one test and run all the tests in the current context, it simply runs all the other unit tests, as if you were not in the unit test method.
Where should I look for solutions?
We are launching VS2010 Premium, and this is a .NET 4.0 build using MS Unit tests.
source
share