C# 클래스 Microsoft.ALMRangers.RMWorkflowMigrator.Tests.Unit.TestHelpers.FakeComponentRepo

상속: IRMComponentRepository
파일 보기 프로젝트 열기: ALM-Rangers/Migrate-assets-from-RM-server-to-VSTS 1 사용 예제들

공개 메소드들

메소드 설명
FakeComponentRepo ( ) : System
GetComponentByIdAsync ( System.Guid workflowActivityId, int stageId ) : Task
GetComponentConfigurationVariablesAsync ( System.Guid workflowGuid, int stageId ) : Task>

메소드 상세

FakeComponentRepo() 공개 메소드

public FakeComponentRepo ( ) : System
리턴 System

GetComponentByIdAsync() 공개 메소드

public GetComponentByIdAsync ( System.Guid workflowActivityId, int stageId ) : Task
workflowActivityId System.Guid
stageId int
리턴 Task

GetComponentConfigurationVariablesAsync() 공개 메소드

public GetComponentConfigurationVariablesAsync ( System.Guid workflowGuid, int stageId ) : Task>
workflowGuid System.Guid
stageId int
리턴 Task>