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 | |
---|---|---|
TestRunConfiguration(SerializationInfo, StreamingContext) | ||
TestRunConfiguration(String, String) |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
Clone | ||
Equals | (Overrides Object.Equals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Overrides Object.GetHashCode.) | |
GetObjectData | ||
GetTestElementTimeout | ||
GetTestTypeSpecificData | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValid | ||
Load | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Save | ||
SetTestEnvironment | ||
SetTestTypeSpecificData | ||
ToString | (Overrides Object.ToString.) |
Top
Fields
Name | Description | |
---|---|---|
DefaultDeploymentRootDirectory | ||
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.