Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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 | |
---|---|---|
![]() |
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