I have some tests that use the built in Microsoft.VisualStudio.TestTools.UnitTesting, but can not get them to run.
Microsoft.VisualStudio.TestTools.UnitTesting
I am using visual studio 2012 ultimat
Check that your test project is not set to Delay sign only in your project properties -> Signing. If it is, deselect it and do a clean rebuild.