How to debug Nunit test in Visual Studio 2010

前端 未结 5 1393
没有蜡笔的小新
没有蜡笔的小新 2021-02-04 02:11

I have a problem debugging an NUnit test from VisualStudio. I created an empty project (Console Application), then I added references to the NUnit library and wrote a simple tes

5条回答
  •  走了就别回头了
    2021-02-04 02:51

    Have a look at NHarness on CodePlex.

    It's a very simple, reflection based, test runner library, that recognises NUnit attributes, and can be run from a project within Visual Studio Express, allowing debug testing.

    It currently has a test class level granularity, but method level calls are, supposedly, going to be added soon.

提交回复
热议问题