在 nunit-console 中指定路径

发布于 2024-07-19 15:03:38 字数 192 浏览 5 评论 0原文

我可以指定要在 nunit-console 中运行的 dll 的路径吗?如果可以,该怎么做。

我通常做的是,在命令提示符下,我给出 nunit-console testassemble1.dll 这里测试 assembly1.dll 存在于与 nunit-console.exe 相同的路径中,但我可以在不同的路径中运行 dll 吗?如果是这样怎么办

can i specify the path of the dll to run in the nunit-console if so how to do it .

what i do normally is that in command prompt i give nunit-console testassembly1.dll here test assembly1.dll is present in the same path as nunit-console.exe but can i run dll in different path .if so how

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怪我鬧 2024-07-26 15:03:39

您可以简单地将路径添加到命令行:

nunit-console.exe c:\path\testassembly1.dll

如果您的路径包含空格,请用引号将路径和文件名括起来:

nunit-console.exe "c:\path with spaces\testassembly1.dll"

You can simply add the path to the commandline:

nunit-console.exe c:\path\testassembly1.dll

If your path contains spaces, surround the path and filename with quotes:

nunit-console.exe "c:\path with spaces\testassembly1.dll"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文