TestContext.DeploymentDirectory 属性
获取测试运行文件部署的目录。此属性通常包含 TestRunDirectory 的子目录。
命名空间: Microsoft.VisualStudio.TestTools.UnitTesting
程序集: Microsoft.VisualStudio.QualityTools.UnitTestFramework(在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)
语法
声明
Public Overridable ReadOnly Property DeploymentDirectory As String
public virtual string DeploymentDirectory { get; }
public:
virtual property String^ DeploymentDirectory {
String^ get ();
}
abstract DeploymentDirectory : string with get
override DeploymentDirectory : string with get
function get DeploymentDirectory () : String
属性值
类型:System.String
返回测试运行文件部署的目录。
异常
异常 | 条件 |
---|---|
InvalidCastException | 无效的值类型是与该 TestDeploymentDir 测试上下文的属性相关联。 |
备注
此值为 Out 目录,其中放置了用于运行测试的测试项和部署项。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。