如何在 Visual Studio 2010 测试项目中关闭卷影复制?
使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然没有办法做到这一点。相反,您必须标记要与正在测试的程序集一起复制的程序集。感谢埃瓦尔德·霍夫曼:
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: