如何独立运行 nunit 测试
我有一堆 .net nunit 测试需要在特定机器上运行。
不幸的是,我只能通过远程桌面访问这台机器,无法安装 Visual Studio 和所有东西。
问题:有没有办法将单元测试作为独立应用程序运行?
I have a bunch of .net nunit tests that need to be run on specific machine.
Unfortunately I have only remote desktop access to this machine and unable to install visual studio and all stuff.
Question: is there a way to run unit tests as standalone application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然。只需使用 NUnit 附带的 NUnit Runner 即可。
Sure. Just use the NUnit Runner that is supplied with NUnit.