如何在 Visual Studio 2010 测试项目中关闭卷影复制?

发布于 2024-08-24 17:05:29 字数 203 浏览 4 评论 0原文

使用 NUnit 时,我可以关闭卷影复制,以便从输出目录运行我的测试程序集。我需要这个,因为在这种情况下我的测试不是单元测试,而是集成测试,需要能够访问由构建复制到输出目录中的一些程序集。

但是,当我使用 Visual Studio 2010 测试运行程序运行 Visual Studio 测试项目时,我找不到关闭卷影复制的方法。

有人可以让我知道该怎么做吗?

When using NUnit, I can turn off shadow copy so that my test assemblies are run from the output directory. I need this because my tests in this case aren't unit tests, but are integration tests which need to be able to access some of the assemblies that are copied into the output directory by the build.

However, I can't find a way of turning off shadow copy when I'm using the Visual Studio 2010 test runner to run Visual Studio Test Projects.

Could someone please let me know how to do that?

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

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

发布评论

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

评论(1

忆依然 2024-08-31 17:05:29

显然没有办法做到这一点。相反,您必须标记要与正在测试的程序集一起复制的程序集。感谢埃瓦尔德·霍夫曼:

你应该扭转它,并使用
要引入的 DeploymentItem 属性
将依赖程序集放入测试中
环境。

Apparently there isn't a way of doing this. Instead, you must flag the assemblies you want copied along with the assembly under test. Thanks to Ewald Hofman:

You should turn it around, and use the
DeploymentItem attribute to bring in
the dependent assemblies into the test
environment.

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