使用 VWD 2008 Express 进行 NUnit 调试
我该怎么做?
有可能吗?
我只看到关于使用 NUnit 针对非 Express 版本或 Visual Studio 设置调试的在线教程。
我已经设置了 NUnit,但我似乎无法用它进行调试。
How can I do this?
Is it even possible?
I only see online tutorials for setting up debugging with NUnit for non express versions or for visual studio.
I have setup NUnit, I just can't seem to debug with it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一个技巧是将包含测试的类库项目更改为控制台应用程序,然后为其创建一个 main 方法。
简单有效。
One trick is to change the class library project containing the tests to a console application and then just create a main method for it.
Easy and effective.