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

后端 未结 19 1239
闹比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:36

    It sounds like you are trying to use the wrong library. NUnit can only start if the dll you are using contains TestFixtures.

    +1 on TestDriven.Net. I've had the chance to use it a number of times. You can download the personal version for evaluations purposes according the the license at http://testdriven.net/purchase_licenses.aspx.

    0 讨论(0)
提交回复
热议问题