NCover 和 MSTest.exe 的相对路径

发布于 2024-08-07 12:28:12 字数 213 浏览 7 评论 0原文

我知道这很愚蠢,但我无法弄清楚。在我们的解决方案中,我们将测试所需的文件之一的相对路径指定为 -

../../../TestSuite/IniTestFiles/LocalRedir1.xml

现在,当使用 MSTest 在 VS 中运行测试时,这可以正常工作。 EXE文件。然而,在 NOver 中,所有测试都失败了。有谁知道我该如何解决这个问题?我无法移动文件的位置。谢谢!

I know this is stupid, but I can't figure it out. In our solution, we specify the relative paths to a file one of our tests needs as -

../../../TestSuite/IniTestFiles/LocalRedir1.xml

Now, this works fine when running the testing out of VS with MSTest.exe. However, in NCover all of the tests fail. Does anyone know how I can go about fixing this? I can't move the file's location. Thanks!

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

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

发布评论

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

评论(1

筱果果 2024-08-14 12:28:12

尝试设置NCover的工作路径//w。

这样 ../.. 将相对于该文件夹。

您还可以联系支持人员

Joe Feser
NCover

Try setting the working path of NCover //w.

This way the ../.. will be relative to that folder.

You may also contact support

Joe Feser
NCover

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