简体   繁体   English

如何独立运行 nunit 测试

[英]how to run nunit test standalone

I have a bunch of .net nunit tests that need to be run on specific machine.我有一堆需要在特定机器上运行的 .net nunit 测试。

Unfortunately I have only remote desktop access to this machine and unable to install visual studio and all stuff.不幸的是,我只有远程桌面访问这台机器,无法安装 Visual Studio 和所有东西。

Question: is there a way to run unit tests as standalone application?问题:有没有办法将单元测试作为独立应用程序运行?

Sure.当然。 Just use the NUnit Runner that is supplied with NUnit.只需使用 NUnit 提供的NUnit Runner

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM