다음을 통해 공유


ITestManagementTeamProject.CreateTmiTestImplementation 메서드 (String, String, Guid, String, Guid)

제공된 테스트 이름, 테스트 형식 이름, 테스트 형식의 GUID, 저장 경로 및 테스트의 GUID를 사용하여 테스트 구현 개체를 만듭니다.

네임스페이스:  Microsoft.TeamFoundation.TestManagement.Client
어셈블리:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll)

구문

‘선언
Function CreateTmiTestImplementation ( _
    testName As String, _
    testType As String, _
    testTypeId As Guid, _
    storage As String, _
    testId As Guid _
) As ITmiTestImplementation
ITmiTestImplementation CreateTmiTestImplementation(
    string testName,
    string testType,
    Guid testTypeId,
    string storage,
    Guid testId
)
ITmiTestImplementation^ CreateTmiTestImplementation(
    String^ testName, 
    String^ testType, 
    Guid testTypeId, 
    String^ storage, 
    Guid testId
)
abstract CreateTmiTestImplementation : 
        testName:string * 
        testType:string * 
        testTypeId:Guid * 
        storage:string * 
        testId:Guid -> ITmiTestImplementation 
function CreateTmiTestImplementation(
    testName : String, 
    testType : String, 
    testTypeId : Guid, 
    storage : String, 
    testId : Guid
) : ITmiTestImplementation

매개 변수

  • testType
    형식: System.String
    테스트 형식의 이름입니다.
  • testTypeId
    형식: System.Guid
    테스트 형식의 GUID입니다.
  • storage
    형식: System.String
    DLL 또는 소스 파일의 위치입니다.
  • testId
    형식: System.Guid
    테스트의 GUID입니다.

반환 값

형식: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
서버에 있는 자동화된 테스트에 대한 링크입니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

ITestManagementTeamProject 인터페이스

CreateTmiTestImplementation 오버로드

Microsoft.TeamFoundation.TestManagement.Client 네임스페이스

ITmiTestImplementation