Share via


ITestTypeSpecificRunConfigurationData Interface

Represents an interface that must be implemented by extension objects that define test types by using test run configuration data that is specific to the test type.

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

Syntax

'Declaration
Public Interface ITestTypeSpecificRunConfigurationData _
    Inherits ICloneable
public interface ITestTypeSpecificRunConfigurationData : ICloneable
public interface class ITestTypeSpecificRunConfigurationData : ICloneable
type ITestTypeSpecificRunConfigurationData =  
    interface 
        interface ICloneable 
    end
public interface ITestTypeSpecificRunConfigurationData extends ICloneable

The ITestTypeSpecificRunConfigurationData type exposes the following members.

Properties

  Name Description
Public property RunConfigurationInformation When implemented in a derived class, gets the configuration data that is specific to the custom test type and the associated test run.

Top

Methods

  Name Description
Public method Clone Creates a new object that is a copy of the current instance. (Inherited from ICloneable.)

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace

Other Resources

How to: Create a Diagnostic Data Adapter

Packaging and Installing Test Type Extensions in Visual Studio