使用 resharper 创建 NUnit 测试
我使用 Visual Studio 2010 Team 系统和 NUnit 安装了 Resharper 5。它找到 NUnit 并在选项中显示 2 种类型的测试:MSTest 和 NUnit。
我可以通过右键单击该函数来创建 MSTest。除了 NUnit 之外,我如何完成同样的事情?
I installed Resharper 5 with visual studio 2010 Team system with NUnit. It finds NUnit and shows 2 types of tests in the options: MSTest and NUnit.
I can create a MSTest by right clicking the function. How do I accomplish this same thing but for NUnit?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK,没有办法自动执行此操作。
AFAIK, there's no way to do this automatically.