TestRunConfiguration Class

No content here will be updated; please do not add material here.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<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

The TestRunConfiguration type exposes the following members.

Constructors

  Name Description
Protected method TestRunConfiguration(SerializationInfo, StreamingContext)
Public method TestRunConfiguration(String, String)

Top

Properties

  Name Description
Public property AbortRunOnError
Public property AgentNotRespondingTimeout
Public property AgentProperties
Public property ApartmentState
Public property BucketSize
Public property CleanupCommand
Public property DefaultUserDeploymentRootDirectory
Public property DeploymentItems
Public property DeploymentRootDirectory
Public property DeploymentTimeout
Public property Description
Public property ElementName
Public property HostData
Public property HostProcessPlatform
Public property Id
Public property IsCodeCoverageEnabled
Public property IsDeploymentEnabled
Public property IsExecutedOutOfProc
Public property IsExecutedRemotely
Public property IsExecutedUnderDebugger
Public property IsRemoteDataCollectionEnabled
Public property Name
Public property NamespaceUri
Public property RelativePathRootDirectory
Public property RunDeploymentInDirectory
Public property RunDeploymentOutDirectory
Public property RunTimeout
Public property SetupCommand
Public property SkipUnhostableTests
Public property Storage
Public property TestSettingsProperties
Public property TestSettingsUIType
Public property TestTimeout
Public property UploadDeploymentItems
Public property UseDefaultDeploymentRootDirectory
Public property UserDeploymentRootDirectory
Public property VisibleProperties

Top

Methods

  Name Description
Public method Clone
Public method Equals (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode (Overrides Object.GetHashCode.)
Public method GetObjectData
Public method GetTestElementTimeout
Public method GetTestTypeSpecificData
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsValid
Public method Load
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Save
Public method SetTestEnvironment
Public method SetTestTypeSpecificData
Public method ToString (Overrides Object.ToString.)

Top

Fields

  Name Description
Public fieldStatic member DefaultDeploymentRootDirectory
Public fieldStatic member DefaultRelativePathRoot

Top

Remarks

No content here will be updated; please do not add material here.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace