+4  A: 

It seems to me that the Visual Studio unit test runner is a little bit behind on the naming of your unittests. This sometimes happens when you rename a namespace or class.

This should clear the interenal cache: unload the project from your solution, run all tests, than reload the project.

Worked for me.

zwanz0r