Is there an API for running Visual Studio Unit Tests programmatically?

前端 未结 4 992
灰色年华
灰色年华 2020-12-16 14:41

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

4条回答
  •  鱼传尺愫
    2020-12-16 14:44

    Why not using Reflector and seeing how NUnit SimpleTestRunner is running the tests... And then use this technique...

提交回复
热议问题