在nunit-console中指定路径

时间:2009-05-19 12:24:34

标签: nunit

我可以指定在nunit-console中运行的dll的路径,如果是这样的话。

我通常做的是在命令提示符下我给nunit-console testassembly1.dll这里测试assembly1.dll与nunit-console.exe在同一路径中存在但是我可以在不同的路径中运行dll。如此< / p>

1 个答案:

答案 0 :(得分:6)

您只需添加命令行的路径:

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

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

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