TestRunConfiguration 类

继承层次结构

Object
  Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
<SerializableAttribute> _
Public Class TestRunConfiguration _
    Implements ICloneable, IVerifiable, IVisiblePropertyProvider, ISerializable,  _
    IXmlTestStore, IXmlTestStoreCustom
[SerializableAttribute]
public class TestRunConfiguration : ICloneable, 
    IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom
[SerializableAttribute]
public ref class TestRunConfiguration : ICloneable, 
    IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom
[<SerializableAttribute>]
type TestRunConfiguration =  
    class 
        interface ICloneable 
        interface IVerifiable 
        interface IVisiblePropertyProvider 
        interface ISerializable 
        interface IXmlTestStore 
        interface IXmlTestStoreCustom 
    end
public class TestRunConfiguration implements ICloneable, IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom

TestRunConfiguration 类型公开以下成员。

构造函数

  名称 说明
受保护的方法 TestRunConfiguration(SerializationInfo, StreamingContext)
公共方法 TestRunConfiguration(String, String)

页首

属性

  名称 说明
公共属性 AbortRunOnError
公共属性 AgentNotRespondingTimeout
公共属性 AgentProperties
公共属性 ApartmentState
公共属性 BucketSize
公共属性 CleanupCommand
公共属性 DefaultUserDeploymentRootDirectory
公共属性 DeploymentItems
公共属性 DeploymentRootDirectory
公共属性 DeploymentTimeout
公共属性 Description
公共属性 ElementName
公共属性 HostData
公共属性 HostProcessPlatform
公共属性 Id
公共属性 IsCodeCoverageEnabled
公共属性 IsDeploymentEnabled
公共属性 IsExecutedOutOfProc
公共属性 IsExecutedRemotely
公共属性 IsExecutedUnderDebugger
公共属性 IsRemoteDataCollectionEnabled
公共属性 Name
公共属性 NamespaceUri
公共属性 RelativePathRootDirectory
公共属性 RunDeploymentInDirectory
公共属性 RunDeploymentOutDirectory
公共属性 RunTimeout
公共属性 SetupCommand
公共属性 SkipUnhostableTests
公共属性 Storage
公共属性 TestSettingsProperties
公共属性 TestSettingsUIType
公共属性 TestTimeout
公共属性 UploadDeploymentItems
公共属性 UseDefaultDeploymentRootDirectory
公共属性 UserDeploymentRootDirectory
公共属性 VisibleProperties

页首

方法

  名称 说明
公共方法 Clone
公共方法 Equals (重写 Object.Equals(Object)。)
受保护的方法 Finalize 在垃圾回收将某一对象回收前允许该对象尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetHashCode (重写 Object.GetHashCode。)
公共方法 GetObjectData
公共方法 GetTestElementTimeout
公共方法 GetTestTypeSpecificData
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 IsValid
公共方法 Load
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 Save
公共方法 SetTestEnvironment
公共方法 SetTestTypeSpecificData
公共方法 ToString (重写 Object.ToString。)

页首

字段

  名称 说明
公共字段静态成员 DefaultDeploymentRootDirectory
公共字段静态成员 DefaultRelativePathRoot

页首

备注

这里不会更新任何内容;请不要在这里添加材料。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.VisualStudio.TestTools.Common 命名空间