Is there an API for running Visual Studio Unit Tests programmatically?
Running MSTests.exe with Process.Start() does not work in the current scenario. What I\'m look
Why not using Reflector and seeing how NUnit SimpleTestRunner is running the tests... And then use this technique...