ITestTypeSpecificRunConfigurationData Interface

Definition

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.

public interface class ITestTypeSpecificRunConfigurationData : ICloneable
public interface ITestTypeSpecificRunConfigurationData : ICloneable
type ITestTypeSpecificRunConfigurationData = interface
    interface ICloneable
Public Interface ITestTypeSpecificRunConfigurationData
Implements ICloneable
Implements

Properties

RunConfigurationInformation

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

Applies to