在 nunit-console 中指定路径
我可以指定要在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以简单地将路径添加到命令行:
如果您的路径包含空格,请用引号将路径和文件名括起来:
You can simply add the path to the commandline:
If your path contains spaces, surround the path and filename with quotes: