Share via


TestRunConfiguration Class

Provides the configuration of the test job that is currently being executed. This class cannot be inherited.

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class TestRunConfiguration _
    Implements ICloneable, IVerifiable, IVisiblePropertyProvider, ISerializable,  _
    IXmlTestStore
'Usage
Dim instance As TestRunConfiguration
[SerializableAttribute]
public sealed class TestRunConfiguration : ICloneable, 
    IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore
[SerializableAttribute]
public ref class TestRunConfiguration sealed : ICloneable, 
    IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore
public final class TestRunConfiguration implements ICloneable, IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore

Remarks

This class implements [T:System.ICloneable,]IVerifiable, and IVisiblePropertyProvider.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration

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

TestRunConfiguration Members

Microsoft.VisualStudio.TestTools.Common Namespace

ICloneable

IVerifiable

IVisiblePropertyProvider