ITestTypeSpecificRunConfigurationData 인터페이스
테스트 형식 관련 테스트 실행 구성 데이터를 사용하여 테스트 형식을 정의하는 확장 개체로 구현되어야 하는 인터페이스를 나타냅니다.
네임스페이스: Microsoft.VisualStudio.TestTools.Common
어셈블리: Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)
구문
‘선언
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
ITestTypeSpecificRunConfigurationData 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
RunConfigurationInformation | 파생 클래스에서 구현되는 경우 사용자 지정 테스트 형식 및 연결된 테스트 실행과 관련된 구성 데이터를 가져옵니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
Clone | 현재 인스턴스의 복사본인 새 개체를 만듭니다. (ICloneable에서 상속됨) |
위쪽
참고 항목
참조
Microsoft.VisualStudio.TestTools.Common 네임스페이스
기타 리소스
Packaging and Installing Test Type Extensions in Visual Studio