【问题标题】:MSTest Visual Studio 2012 and AppDomainMSTest Visual Studio 2012 和 AppDomain
【发布时间】:2013-10-24 20:16:11
【问题描述】:

我注意到 MSTest 正在单独的 AppDomain 中启动程序集测试。 我们是否能够配置 MSTest 以避免为每个测试程序集创建新的 AppDomain?

【问题讨论】:

    标签: visual-studio-2012 mstest


    【解决方案1】:

    您可以使用 /noisolation -“在 MSTest.exe 进程中运行测试。这种选择提高了测试运行速度,但增加了 MSTest.exe 进程的风险。”

    http://msdn.microsoft.com/en-us/library/ms182489.aspx

    【讨论】:

    • 我们如何在 Visual Studio 环境中做到这一点?
    • 我不认为你可以在 UI 中做到这一点
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-01-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多