ITmiTestImplementation 인터페이스
단위 테스트 인프라에서 자동화된 테스트에 대한 링크를 나타냅니다.
네임스페이스: Microsoft.TeamFoundation.TestManagement.Client
어셈블리: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll)
구문
‘선언
Public Interface ITmiTestImplementation _
Inherits ITestImplementation, INotifyPropertyChanged
public interface ITmiTestImplementation : ITestImplementation,
INotifyPropertyChanged
public interface class ITmiTestImplementation : ITestImplementation,
INotifyPropertyChanged
type ITmiTestImplementation =
interface
interface ITestImplementation
interface INotifyPropertyChanged
end
public interface ITmiTestImplementation extends ITestImplementation, INotifyPropertyChanged
ITmiTestImplementation 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
DisplayText | 이 링크의 사용자 인터페이스에서 사용자에게 표시할 텍스트를 가져옵니다. (ITestImplementation에서 상속됨) | |
Storage | 테스트가 포함된 DLL 또는 파일의 이름을 가져오거나 설정합니다. | |
TestId | 관련된 테스트의 GUID를 가져오거나 설정합니다. | |
TestName | 테스트 메서드의 이름을 가져오거나 설정합니다. | |
TestType | 테스트의 형식을 가져오거나 설정합니다. | |
TestTypeId | 구현 공급자 (TIP) 테스트의 GUID를 가져오거나 설정합니다. |
위쪽
이벤트
이름 | 설명 | |
---|---|---|
PropertyChanged | 속성 값이 변경되면 발생합니다. (INotifyPropertyChanged에서 상속됨) |
위쪽