How do I run NUnit in debug mode from Visual Studio?

后端 未结 19 1303
闹比i
闹比i 2020-11-30 17:59

I\'ve recently been building a test framework for a bit of C# I\'ve been working on. I have NUnit set up and a new project within my workspace to test the component. All wor

19条回答
  •  無奈伤痛
    2020-11-30 18:18

    There is also an extension now "Visual NUnit" that will allow you to run the tests from within Visual studio much like the build in test framework handles. Check it out its in the extension manager.

提交回复
热议问题